This template strives for simplicity, it must be minimalistic and fulfill a very specific goal: Provide a quick and easy way to get started with TDD in nodejs.
Be sure that you have the following things installed in your machine:
- node 14.15.1
If you don't have node installed, a good way to do it is using volta, so you don't have to care about the version (it is defined in the package.json and volta will download the proper one for you)
Run the following command:
npm i
You are good to go 🎉
Run the following command:
npm run test
on in watch mode
npm run test:watch