This is a starter template for creating React applications with custom configurations. It includes React, TypeScript, Tailwind CSS, Prettier, and Vite for a smooth development experience.
- React: A JavaScript library for building user interfaces.
- TypeScript: A typed superset of JavaScript that compiles to plain JavaScript.
- Tailwind CSS: A utility-first CSS framework for rapidly building custom designs.
- Prettier: An opinionated code formatter to ensure consistent code style.
- Vite: Fast and optimized build tooling for modern web development.
- Node.js installed on your machine.
git clone https://github.com/your-username/your-repo.git
cd your-repoRun one of the following commands based on your preferred package manager:
- Using npm:
npm install- Using yarn:
yarn install- Using pnpm:
pnpm installTo start the development server: Run one of the following commands based on your preferred package manager:
- Using npm:
npm run dev- Using yarn:
yarn dev- Using pnpm:
pnpm devOpen your browser and navigate to http://localhost:5173 to see your React app live.
- For production build, run npm run build, yarn build or pnpm build.
- Customize tsconfig.json, .prettierrc, and tailwind.config.ts as needed for your project.
We welcome contributions! If you'd like to contribute to React Starter, please follow these guidelines:
- Fork the repository
- Create a new branch
- Make your changes
- Submit a pull request
This project is licensed under the MIT License.