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

Latest commit

 

History

History
25 lines (17 loc) · 257 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 257 Bytes

Building and running on localhost

First install dependencies:

npm install

To create a production build:

npm run build-prod

To create a development build:

npm run build-dev

Running Demo

npm run start:dev