Skip to content

planeight/appuity-frontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Appuity Frontend App

http://appuity.ml

Prerequisites

  1. node
  2. npm

Installation

Clone or pull the latest code from this repo.

cd appuity-frontend
npm install

Running realtime server (HMR)

Run the server using following (before running also make sure that the api server is running). API Repo: http://github.com/shivekkhurana/appuity-api

npm run start

Build

Use the following command to compile the app to build/ folder.

npm run build

Testing

A basic test ensures that the app renders without crashing.

npm run test

About

React codebase for http://appuity.ml and Fractal demo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.2%
  • HTML 5.1%
  • CSS 3.7%