This is a template for those who want to start a React project without having to configure everything everytime from scratch.
Note: for those looking for the same template with TypeScript, see this project.
- Official Tailwind CSS class sorting plugin for Prettier
- PostCSS with Autoprefixer
- ESLint React Hooks plugin which enforces the Rules of Hooks
Create the project by cloning it. It creates a folder called "react-project".
git clone https://github.com/call0fcode/Enhanced-React-Template react-project
Access the project directory.
cd react-project
Install dependencies.
npm install
Launch the project in development mode with hot reload at http://localhost:3000 (it will be opened automatically on the default browser).
npm run dev
npm run build
This project is licensed under the MIT License.