Skip to content

supernull/webpack-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Boilerplate setup for Webpack app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.8%
  • CSS 3.2%