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

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

Awesome Lists containing this project

README

          

![Reactx](./public/reactx_dark.svg#gh-dark-mode-only)
![Reactx](./public/reactx_light.svg#gh-light-mode-only)
\
_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
> ```