Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 347 Bytes

File metadata and controls

19 lines (15 loc) · 347 Bytes

Webpack Boilerplate

Boilerplate setup for Webpack app. Includes index.html, less, and static express server to run. All application files are in /app folder. Web server serves static assets from /dist.

To run:

Install the dependencies

npm install

Run webpack

npm run webpack

####Run the server

npm start