This project is to understand how create-react-app works under the hood
This is for people who would like to understand how create-react-app works with the help of other modules like
- Webpack
- Babel
- Hot reload
- SASS loader etc...
I will be adding step by step procedure on every commit/branch.
1.create-package.json
2.create-simple-content
3.create-react-app
4.configure-dependencies
5.configure-webpack
6.configure-webpack-dev
7.configure-jest
8.add-build-badge
9.configure-coverage-badge
10.configure-builds
Stay tuned!