Welcome to App Store – a modern, minimal React starter powered by Vite. This template is designed for rapid development, featuring hot module replacement (HMR), essential ESLint rules, and a clean project structure.
- Fast Development: Instant reloads and lightning-fast builds with Vite.
- React Ready: Out-of-the-box support for React with official plugins.
- Code Quality: Pre-configured ESLint for consistent, error-free code.
- Easy Customization: Minimal setup, ready for your features and styles.
-
@vitejs/plugin-react
Uses Babel for Fast Refresh and JSX transformation. -
@vitejs/plugin-react-swc
Uses SWC for even faster builds and refresh.
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Build for production:
npm run build
- TypeScript Support: For type safety and better developer experience, check out the TypeScript template.
- Type-Aware Linting: Integrate
typescript-eslint
for advanced lint rules.
This project demonstrates:
- Modern React and Vite setup
- Code quality practices with ESLint
- Readiness for scaling with TypeScript and advanced tooling
Feel free to explore, run, and extend this template for your next project!