Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 209 Bytes

readme.md

File metadata and controls

15 lines (8 loc) · 209 Bytes

Install dependencies

npm install

Run dev-server (with HMR)

npm run dev

Make production build

npm run prod-build

Serve production build

npm run prod-serve