Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

vandorjw/assessment-web

Repository files navigation

assessment-web

TravisCI Status Quality Gate Status Requirements Status

Online resources

Build Setup

Install dependencies:
npm install
Serve with hot reload at localhost:8080:
npm run dev
Build for production with minification:
npm run build
Build for production and view the bundle analyzer report:
npm run build --report
Run unit tests:
npm run unit
Run e2e tests:
npm run e2e
Run all tests:
npm test