xms front end
# install dependencies
yarn install
# serve with hot reload
npm run dev
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
# build for production
npm run build
# build for production and view the bundle analyzer report
npm run build --reportMIT