Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 283 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 283 Bytes

Boilerplate: Knex.js

Phase 1 boilerplate project with:

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

Install

npm install
npx knex migrate:latest
npx knex seed:run
npm run dev

Be sure to check out the other npm scripts too.