Skip to content

This is exercise to build a simple yet powerful Webpack boilerplate, which can later be used as a starting point in my projects. I followed the Webpack official guides to configure this

Notifications You must be signed in to change notification settings

AlierPM/Joke-generate

Repository files navigation

Webpack Boilerplate:

"This is an exercise to build a simple yet powerful webpack boilerplate, which I will later use as a starting point in all my projects. I followed the webpack official guides,to implement these installations and configuration.

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

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)

Author

👤 Alier Philip Maguet

🤝 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

📝 License

This project is MIT licensed.

About

This is exercise to build a simple yet powerful Webpack boilerplate, which can later be used as a starting point in my projects. I followed the Webpack official guides to configure this

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published