Skip to content

A simple web boiler plate project based on webpack.

License

Notifications You must be signed in to change notification settings

adewitt76/WebBoiler

Repository files navigation

WebBoiler

This is a minimal Webpack boilerplate project that gives a basic template to build a web project.

Build and Run

If you would like to run a hot dev server run watch and the server simultaneously.

  • Build(development): npm run build
  • Build(production): npm run build-prod
  • Dev Server: npm start
  • Watch: npm run watch

About

A simple web boiler plate project based on webpack.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published