Webpack

This is a Webpack project whose purpose is to understand how to use webpack to bundle javaScript.

Stars
5

Project Name

Webpack

Description the project. In this Exercise i build a simple webpack boilerplate which will be used a starting point for projects to bundle javascript. I will use webpack official guides.

Built With

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

Usage

Run Dev Server (Port 7000)

  npm run dev

Build for production

npm run build

Authors

Author1

Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a if you like this project!

Acknowledgments

  • Microverse

License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

Related Projects