A lightweight foundation for any Webpack 4 based frontend project.
- Webpack 4
- ES6 Support via babel-loader
- ES6 Linting via eslint-loader
- Sass Support via sass-loader
- CSS Optimization Support via postcss-loader
- JavaScript Standard Style via eslint-config-standard
Clone this repository locally...
$ git clone https://github.com/jonathanlinat/yet-another-and-really-basic-webpack-es6-starterkit.git
$ cd yet-another-and-really-basic-webpack-es6-starterkit/
...and install the required NPM packages.
$ npm install
Start a local Web Server.
$ npm run dev
Create a Production version of the project.
$ npm run build
The compiled version of the project will be available into the dist
folder.