Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 579 Bytes

File metadata and controls

43 lines (32 loc) · 579 Bytes

React, Redux, Webpack 3 Boilerplate

Install dependencies

npm install

Develop locally with webpack-dev-server

npm run dev

For bundled output

npm run build

For production-ready output

npm run build:prod

Loaders and Plugins used in this boilerplate

Loaders

  • babel-loader
  • eslint-loader
  • html-loader
  • sass-loader
  • css-loader
  • style-loader
  • postcss-loader (autoprefixer and stylelint)
  • file-loader

Plugins

  • clean-webpack-plugin
  • extract-text-webpack-plugin
  • html-webpack-plugin
  • stylelint-webpack-plugin