- node
- npm
Clone or pull the latest code from this repo.
cd appuity-frontend
npm install
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
Use the following command to compile the app to build/
folder.
npm run build
A basic test ensures that the app renders without crashing.
npm run test