Skip to content

kowhai-2018/wombat-eight_square

Repository files navigation

Boilerplate: Knex.js

Phase 1 boilerplate project with:

  • Express
  • Knex
  • SQLite3
  • Express Handlebars
  • body-parser
  • Jest
  • nodemon

Install

yarn
yarn knex migrate:latest
yarn knex seed:run
yarn dev

Be sure to check out the other npm scripts too.