https://github.com/florianbouvot/webpack-boilerplate
https://github.com/florianbouvot/webpack-boilerplate
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/florianbouvot/webpack-boilerplate
- Owner: florianbouvot
- License: mit
- Created: 2021-02-27T19:49:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-30T19:42:17.000Z (about 4 years ago)
- Last Synced: 2025-01-28T22:44:16.407Z (5 months ago)
- Language: HTML
- Size: 29.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webpack Boilerplate
A boilerplate for building web projects with Webpack 5.
**Features**
* CSS
* Sass compilation
* PostCSS transformation (Tailwindcss, Autoprefixer)
* Remove unused CSS with PurgeCSS
* Minify
* File versioning for cache-busting (in production)
* JavaScript
* Minify with terser
* File versioning for cache-busting (in production)
* Images
* Copy
* Optimize with imagemin (in production)
* Fonts
* Copy
* Web server (Browsersync)
* Watch files changes, inject style, browser auto-refresh and cross-device synchronization## Getting Started
### Quick Start
1. Clone repository
2. Install Node dependencies `npm install`.
3. Run tasks:
* Development server `npm run dev`
* Production build `npm run build`## License
MIT © [Florian Bouvot](https://github.com/florianbouvot)