This codebase contains the basic boilerplate code for React, babel and webpack configs without using create-react-app.
Steps for Installation:
- Clone the repository
- npm install / yarn
- npm start / yarn start (to test the webpack config for development mode)
- npm run build / yarn run build (to check the emitted files in the output directory)
Please follow the comments mentioned in the webpack config files for proper understanding.