Check out the blog post.
- Fork/Clone
- Install dependencies -
npm install
- Add a .env file
- Create two local Postgres databases -
passport_local_knex
andpassport_local_knex_test
- Migrate -
knex migrate:latest --env development
- Seed -
knex seed:run --env development
- Run the development server -
gulp
- Test -
npm test