Skip to content
/ webpack Public template

A basic yet effective webpack boilerplate that users may use as a starting point for projects based on webpack.

License

Notifications You must be signed in to change notification settings

sharminkhan0/webpack

Repository files navigation

Webpack App Starter

  • Frontend environment for building JavaScript applications

Includes the following features...

  • Babel Loader
  • Sass Loader With Dart Sass
  • HTMLWebpackPlugin
  • WebpackDevServer
  • Asset Resource Loader
  • Source Maps
  • Caching

Usage

  • Run Dev Server (Port 3000)

npm run dev

Build for production

npm run build

Demo App

The demo app is a very simple Joke generator. Replace with your own code and install other packages as needed

  • index.js (main javascript)
  • template.html (template)
  • styles/main.scss (styles)

About

A basic yet effective webpack boilerplate that users may use as a starting point for projects based on webpack.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published