Install dependencies, NPM must be installed on your system.
npm i
npm start
You can view the development server at localhost:8080
.
npm run build
Compiled production build will then be available in dist
.
// run automated tests
npm run test
// get coverage report
npm run test:coverage
// update test snapshots
npm run test -- -u