Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 281 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 281 Bytes

webpack-boiler-template

Building and running on localhost

First install dependencies:

npm install

To create a development build:

npm run start

To create a production build:

npm run build

Project Run Using Command

npm start