Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 201 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 201 Bytes

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