Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 257 Bytes

readme.md

File metadata and controls

27 lines (18 loc) · 257 Bytes

Cloud tags

Installation:

npm i

Notice: Make a dev build before start webpack server

Build for development

npm run build-dev

Build for production

npm run build-prod

Start webpack server

npm start