/express-tdd-tutorial

This contains the code for the tutorial on getting started with Test Driven Development with Express JS.

Primary LanguageJavaScript

express-tdd-tutorial

Getting started

  1. Git clone repo
  2. cd /repo_folder
  3. yarn install or npm install
  4. yarn run dev

Testing

  1. yarn run test or npm run test

Building For Production

  1. yarn run build or npm run building

Running In Production

  1. yarn run server or npm run serve