Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icyc9/chatter-node-server
https://github.com/icyc9/chatter-node-server
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/icyc9/chatter-node-server
- Owner: icyc9
- Created: 2016-07-04T20:15:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-04T20:28:28.000Z (over 8 years ago)
- Last Synced: 2024-11-06T20:07:18.209Z (about 2 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)