# Install with npm or yarn
npm install || yarn install
# Run development server with hot-reload
npm run serve || yarn run serve
Point your web browser to http://localhost:8080/.
# Compile code for production
npm run build || yarn run build
You will need a webserver to serve the page.
# Run ESLint
npm run lint || yarn run lint
# Run JEST Unittest
npm run test:unit || yarn run test:unit