Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 240 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 240 Bytes

install dependency

npm install

develop

npm run dev


This will automatically open http://localhost:9528

## Build

```bash
# build for test environment
npm run build:stage

# build for production environment
npm run build:prod