# install dependencies
yarn
# serve with hot reload at localhost:8080
yarn watch
# build for production with minification
yarn build
# test the production build locally
yarn serve
# test the application
yarn test
# lint sources
yarn lint
# format sources
yarn format
For detailed explanation on how things work, checkout the CLI Readme.