Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 371 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 371 Bytes

Build Setup

install dependencies if webpack-dev-server is not installed globally it'll issue a warning but it's not a problem

npm install

serve with hot reload at localhost:8080, launches in the default browser

npm run dev

build for production with minification

npm run prod

build for production and view the bundle analyzer report

npm run prod --report