Skip to content

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

Notifications You must be signed in to change notification settings

makayi/express-tdd-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages