npm install
npm run dev
The link of project http://localhost:3000/
npm start
The project use jest as tester, if you are not familiar with please see jest documentation https://jestjs.io/docs/en/getting-started
To test all files
num test
Using only jest
num run jest
jest with watch
num run jest -- -- watch