Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 472 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 472 Bytes

dashboard

Project setup

npm i
mkdir ./certs # Place localhost.crt and localhost.key in this folder

Compiles and hot-reloads for development

npm start

Compiles and minifies for production

npm build

Run your unit tests

npm test:unit

Run your end-to-end tests

npm test:e2e

Lints and fixes files

npm lint

Customize configuration

See Configuration Reference.