- npm
- nodemon
- webpack
- webpack-dev-server
- Transpiling ES6
- Transpiling and optimizing SCSS files
- React/Redux integration
- Webpack-Dev-Server initial setup
- HotLoading CSS/JS files
- Running an express server
git clone -o webpack-react-starter-kit https://github.com/kobimantzur/webpack4-react-starter-kit.git
cd webpack-react-starter-kit && npm install
If you want to run the app with the dev server:
npm run dev
If you want to build it for production simply run:
npm run build