Small project to show step by step how to refactor a code with unit test alongside.
sudo npm install -g typescript
npm install
npm run test
npm run test-w
(watch test)
npm start
(behind: it runs the command npm run clean-build-launch
)
npm run build
npm run clean