Ensure you have the following software (globally) installed on your system:
# install dependencies
$ yarn install
# start the dev server
$ yarn dev
# run unit tests
$ yarn unit
# run e2e tests
$ yarn e2e
# run all tests
$ yarn test
$ yarn build
Ensure you have the following software (globally) installed on your system:
# install dependencies
$ yarn install
# start the dev server
$ yarn dev
# run unit tests
$ yarn unit
# run e2e tests
$ yarn e2e
# run all tests
$ yarn test
$ yarn build