Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 382 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 382 Bytes

Building and running on localhost

First install dependencies:

npm install

To run in hot module reloading mode:

npm start

To create a production build:

npm run build-prod

To create a development build:

npm run build-dev

Running

Open the file dist/index.html in your browser

Testing

To run unit tests:

npm test