A Webpack boilerplate for static websites that have all the necessary modern tools and optimizations built-in. Score a perfect 10/10 on performance. This webpack boilerplate is for beginner, intermediate, and advanced developers looking to create static websites quickly while achieving all the right optimizations to score perfectly on Google Page Speed Insights and Google Lighthouse Reports. This is an evolution of tris-gulp-boilerplate, now with Webpack 4. Webpack is the new standard for bundling JS which Gulp wasn't capable of. Thankfully Webpack can both run tasks and bundle js. Instead of having one big webpack.config.js, we'll split our production and development builds into two new configs called webpack.dev.js and webpack.prod.js. Configurations we want on both development and production will go in the webpack.common.js config.
Features
- For people who love getting those perfect scores on performance and optimizaitons reports
- For beginners and side-project hustlers
- You need git and node.js on your computer before running
- The webpack-dev-server is configured in the package.json
- HTML assets and minification
- Use the latest JavaScript features and syntax