https://github.com/shivekkhurana/appuity-frontend
React codebase and Fractal demo.
https://github.com/shivekkhurana/appuity-frontend
Last synced: about 1 year ago
JSON representation
React codebase and Fractal demo.
- Host: GitHub
- URL: https://github.com/shivekkhurana/appuity-frontend
- Owner: shivekkhurana
- Created: 2017-12-17T15:27:57.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2019-11-26T03:23:37.000Z (over 6 years ago)
- Last Synced: 2024-08-04T01:27:44.031Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 516 KB
- Stars: 159
- Watchers: 8
- Forks: 20
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list - appuity-frontend
README
# 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
```