https://github.com/boussadjra/vitesse-react
React starter template
https://github.com/boussadjra/vitesse-react
react react-template reactjs vite vitejs vitejs-template
Last synced: 2 months ago
JSON representation
React starter template
- Host: GitHub
- URL: https://github.com/boussadjra/vitesse-react
- Owner: boussadjra
- Created: 2022-04-20T19:34:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-25T21:41:04.000Z (over 1 year ago)
- Last Synced: 2025-04-12T19:13:19.116Z (2 months ago)
- Topics: react, react-template, reactjs, vite, vitejs, vitejs-template
- Language: TypeScript
- Homepage: https://vitesse-react-template.vercel.app
- Size: 3.95 MB
- Stars: 20
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# React Vitesse ⚛️ :
React starter template inspired by [vitesse](https://github.com/antfu/vitesse)
## Features :
- ⚛️ ⚡️ [Reactjs](https://github.com/facebook/react), [Vite](https://github.com/vitejs/vite) ✅
- 🗂 [File based routing](./src/pages) ✅
- 🏪 [State Management via React Redux](https://react-redux.js.org/) ✅
- 🧱 [Layout system](./src/layouts) ✅
- 📲 [PWA](https://github.com/antfu/vite-plugin-pwa) ❌
- 🎨 [Tailwind CSS](https://tailwindcss.com/) ✅
- ⚓ [Use icons from any icon sets with classes](https://github.com/antfu/unocss/tree/main/packages/preset-icons) ✅
- [I18n ready](./src/locales) ✅
- 🖨 Static-site generation (SSG) via [vite-ssg](https://github.com/antfu/vite-ssg) ❌
- 🦾 TypeScript, of course ✅
- Eslint, Prettier, Husky, Lint-staged ✅
## Installation :
git clone https://github.com/boussadjra/vitesse-react.git
cd vitesse-react
pnpm install
pnpm run devthen visit http://localhost:.5173