Skip to content

An easy way to create a boilerplate for a simple application that has webpack configured for development purposes.

Notifications You must be signed in to change notification settings

hadiwina/webpack-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack Boilerplate

This is an easy way to create a boilerplate for a simple application that has webpack configured for development purposes. Webpack Dev Server was added so that changes to the code is observed and will automatically trigger a browser refresh.

To use:

  1. Clone repository
  2. Install dependencies $ npm i

To run local server of the app:

$ npx webpack serve

About

An easy way to create a boilerplate for a simple application that has webpack configured for development purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published