- React 16.4.1
- ECMAScript 6 and JSX support
- React Router v4
- Redux
- Webpack 4.12.0
- React-hot-loader
- Eslint basic config (not used in webpack)
- SASS support
Make sure you have the latest Stable or LTS version of Node.js installed.
git clone https://github.com/KleoPetroff/react-webpack-boilerplate.git
- Run
npm install
oryarn install
- Start the dev server using
npm start
oryarn start
- Open http://localhost:8080
yarn start
- start the dev serveryarn build
- create a production ready build indist
folder