Requires npm to manage packages.
In order to setup the development environment run:
npm install
Run npm run build
to build the project.
Run npm run watch
to watch the files and build when something has been modified.
Run npm run test
to run all the test cases
Run npm run test:watch
to test when something has been modified.
Run npm run coverage
to run tests and check the line coverage of the tests.