- React based starter with Webpack✨and TailwindCSS🎨 configuration
- Gives complete control over the app unlike CRA which abstracts away the project setup process😵
- Configured with ESLint⚡, Prettier 🌈 and Husky ✅ for providing linting and formatting features along with pre-commit checks
First run the devlopment server by:
yarn start
Open http://localhost:8080 to view it in the browser.
The page will reload if you make edits (react-refresh-webpack-plugin)\
After running the development server you can start editing project files
- Checking lint errors:
yarn lint
- Fixing linting errors/warnings:
yarn lint:fix
- Formatting code:
yarn format