A boilerplate starter for projects using React, Redux, Express, Sequelize, Passport Auth, OAuth2, and Test-Driven Dev.
-
Run
npm install
to install Node packages. -
Create database with
createdb DATABASE_NAME
and updatepackage.json
with new database name.Optional: Seed database with
npm run seed
. -
Run in local environment with
npm run start-dev
.