Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 269 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 269 Bytes

Boilerplate: Knex.js

Phase 1 boilerplate project with:

  • Express
  • Knex
  • SQLite3
  • Express Handlebars
  • body-parser
  • tape
  • tap-spec
  • Node Inspector
  • Nodemon

Install

npm install
npm run knex migrate:latest
npm run knex seed:run
npm start