https://github.com/icyc9/chatter-node-server
https://github.com/icyc9/chatter-node-server
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/icyc9/chatter-node-server
- Owner: icyc9
- Created: 2016-07-04T20:15:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-04T20:28:28.000Z (almost 9 years ago)
- Last Synced: 2024-12-26T05:22:11.093Z (5 months ago)
- Language: JavaScript
- Size: 37.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Setup commands
- npm install
# Run Test Suite
- npm run test# Start dev server
- npm run start# Start production server
- npm run serve
# Building for production
- npm run build (Builds to /dist)