Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 204 Bytes

readme.md

File metadata and controls

19 lines (10 loc) · 204 Bytes

Getting started

Development

To start development server use

npm run start

Browse to the UI

http://localhost:8000/

Run unit tests

npm run test

Build for production

npm run build