https://github.com/tb/aor-frontend
https://github.com/tb/aor-frontend
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tb/aor-frontend
- Owner: tb
- Created: 2017-03-14T10:51:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-15T17:15:50.000Z (over 9 years ago)
- Last Synced: 2025-04-04T05:44:47.845Z (over 1 year ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aor-frontend
git clone git@github.com:tb/aor-frontend.git client
cd client
npm i
Run tests
npm test
Start dev server
npm start
Build production version
npm build