A React starter repo for building frontend web applications.
- ESLint Configuration: Includes TypeScript support and automatic import sorting.
- Styling: Supports SCSS modules and Unocss, offering a Tailwind-like styling experience.
- Build Tools: Uses Vite for fast development and optimized production builds.
- Continuous Integration: Includes GitHub Actions for automated GitHub pages deploying.
- Create a new repo using this template by clicking the "Use this template" button.
- Clone the repo to your local machine.
- Install dependencies using
npm install
. - Start the development server using
npm run dev
. - Build the project for production using
npm run build
.