• Stars
    star
    158
  • Rank 237,131 (Top 5 %)
  • Language
    JavaScript
  • Created almost 7 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

React codebase and Fractal demo.

Appuity Frontend App

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