This is a repossitory for Webpack Configuration step by step - Development to Production guide.
To run this locally:
- Clone project
git clone https://github.com/finmavis/webpack-4-boilerplate.git .
- Install all dependencies using
yarn
ornpm install
- Start the development server using
yarn start
ornpm run start
- Open up http://localhost:3000
- Happy Hacking!