Demo : https://rambabusaravanan.github.io/react-starter
- Copy
.env.exampleto.envand configure your environment variables in.envfile. Never commit your env files in your git, instead always place a example config in .env.example file and commit. - Install "Debugger for Chrome" and "ESLint" extension (recommended by react) in your VSCode. Configurations for those plugins has been added in
.vscode/launch.jsonand.eslintrcfiles respectively. - Packages "husky", "lint-staged", "prettier" has been added, so that staged files will be auto formatted before git commit. This is configured in 'package.json'. You can achive the same via running
yarn run prettyat anytime