Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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!