This is webpack setup for a React app from scratch.
Clone the project
git clone https://github.com/jasbindar-singh/webpack-react.git
Go to the project directory
cd webpack-react
Install dependencies
npm i
Start the server
npm start
- Produsction & Development Environment
- React setup with SASS, PostCSS Autoprefixer config
- Linters Setup (Eslint, Prettier)