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: 4 months ago
JSON representation

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)