Skip to content
/ reactx Public template

⚡ Modern and fast template for react projects

Notifications You must be signed in to change notification settings

emrocode/reactx

Repository files navigation

Reactx Reactx
Modern and fast
template for react projects

Features

  • Rsbuild
  • React
  • React Router
  • Tailwindcss
  • ESLint and Prettier

Usage

Use pnpm or any other package manager:

pnpm dlx degit emrocode/reactx#main ./my-app
cd ./my-app && pnpm install && pnpm run dev --open

Tip

Replace the current package name (reactx) with your desired name:

sed -i "s/\"name\": \"reactx\"/\"name\": \"my-app\"/" package.json