An open API service indexing awesome lists of open source software.

https://github.com/alierpm/joke-generate

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
https://github.com/alierpm/joke-generate

Last synced: 11 months ago
JSON representation

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

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)

# 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

## Demo App [Joke Generator](https://alierpm.github.io/Joke-generate/dist/index.html)
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
:bust_in_silhouette: **Alier Philip Maguet**
- GitHub: [@AlierPM](https://github.com/AlierPM)
- Twitter: [@AlierPM](https://twitter.com/AlierPM)
- LinkedIn: [@AlierPM](https://www.linkedin.com/in/alier-philip-maguet-b11653203/)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- Hat tip to anyone whose code was used
- Demo App inspired by:
- [Tutorial by Traversy Media](https://www.youtube.com/c/TraversyMedia)

## 📝 License

This project is [MIT](./MIT.md) licensed.