An open API service indexing awesome lists of open source software.

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

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 ✅

![screenshot](public/img/dark.png)
![screenshot](public/img/light.png)

## Installation :

git clone https://github.com/boussadjra/vitesse-react.git
cd vitesse-react
pnpm install
pnpm run dev

then visit http://localhost:.5173