https://github.com/emrocode/reactx
⚡ Modern and fast template for react projects
https://github.com/emrocode/reactx
beginner frontend modern practice react react-router react-starter react-starter-kit react-template rsbuild tailwindcss template
Last synced: 12 months ago
JSON representation
⚡ Modern and fast template for react projects
- Host: GitHub
- URL: https://github.com/emrocode/reactx
- Owner: emrocode
- Created: 2024-07-27T20:08:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-17T14:09:43.000Z (12 months ago)
- Last Synced: 2025-02-17T15:23:08.365Z (12 months ago)
- Topics: beginner, frontend, modern, practice, react, react-router, react-starter, react-starter-kit, react-template, rsbuild, tailwindcss, template
- Language: JavaScript
- Homepage:
- Size: 315 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README


\
_Modern and fast\
template for react projects_
## Features
- Rsbuild
- React
- React Router
- Tailwindcss
- ESLint and Prettier
## Usage
Use pnpm or any other package manager:
```bash
pnpm dlx degit emrocode/reactx#main ./my-app
```
```bash
cd ./my-app && pnpm install && pnpm run dev --open
```
> [!TIP]
> Replace the current package name (reactx) with your desired name:
>
> ```bash
> sed -i "s/\"name\": \"reactx\"/\"name\": \"my-app\"/" package.json
> ```