Deepzima / express-tdd-tutorial

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 100.0%