Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rish-0-0/node-postgres-express

Quick Express, Sequelize and Node with latest ES6 support from Babel.
https://github.com/rish-0-0/node-postgres-express

babel boilerplate es7 express nodejs pg pg-hstore postgresql sequelize

Last synced: about 13 hours ago
JSON representation

Quick Express, Sequelize and Node with latest ES6 support from Babel.

Awesome Lists containing this project

README

        

# Node Express and Sequelize quick setup. (with babel included)
> Backend boilerplate
### Setup
1. `yarn`
2. Development Mode: `./dev.sh` or `yarn dev`
3. Production Mode: `./start.sh` or `yarn start`