To start the project in the development mode
yarn serve
or alternatively
npm run serve
To bundle for production
yarn bundle:prod
or alternatively
npm run bundle:prod
To bundle for development
yarn bundle:dev
or alternatively
npm run bundle:dev
To run tests
yarn test
or alternatively
npm test
To run tests with coverage
yarn test:coverage
or alternatively
npm run test:coverage