Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/finmavis/webpack-4-boilerplate
Webpack 4 Boilerplate with Babel, SASS or SCSS, browser autoprefix, and optimization using gzip and brotli for Production
https://github.com/finmavis/webpack-4-boilerplate
auto-prefixer babel boilerplate bundler es6 html5 javascript postcss sass scss webpack webpack-boilerplate webpack-configuration webpack-dev-server webpack-starter webpack4 webpack4-boilerplate
Last synced: 4 days ago
JSON representation
Webpack 4 Boilerplate with Babel, SASS or SCSS, browser autoprefix, and optimization using gzip and brotli for Production
- Host: GitHub
- URL: https://github.com/finmavis/webpack-4-boilerplate
- Owner: finmavis
- Created: 2018-09-06T04:48:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:39:44.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T16:44:32.704Z (3 months ago)
- Topics: auto-prefixer, babel, boilerplate, bundler, es6, html5, javascript, postcss, sass, scss, webpack, webpack-boilerplate, webpack-configuration, webpack-dev-server, webpack-starter, webpack4, webpack4-boilerplate
- Language: JavaScript
- Homepage:
- Size: 3.15 MB
- Stars: 65
- Watchers: 2
- Forks: 28
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webpack Boilerplate
This is a repossitory for [Webpack Configuration step by step - Development to Production](https://finmavis.dev/blog/webpack-configuration-step-by-step) guide.
## 🚀 Quick start
To run this locally:
1. Clone project `git clone https://github.com/finmavis/webpack-4-boilerplate.git .`
2. Install all dependencies using `yarn` or `npm install`
3. Start the development server using `yarn start` or `npm run start`
4. Open up [http://localhost:3000](http://localhost:3000)
5. Happy Hacking!