You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# ⚡ quick-react (React Package Solution)
1
+
# ⚡ quickstart-react (React Package Solution)
2
2
3
-
🚀 **quick-react** is an open-source CLI tool that lets you instantly create a Vite + React app with your choice of CSS framework, optional packages, and pre-configured project structure — all in one command.
3
+
🚀 **quickstart-react** is an open-source CLI tool that lets you instantly create a Vite + React app with your choice of CSS framework, optional packages, and pre-configured project structure — all in one command.
4
4
5
5
## ✨ Features
6
6
-**Interactive Setup** — prompts you for project name, CSS framework, and optional packages
@@ -14,18 +14,18 @@
14
14
## 📦 Installation
15
15
You don’t need to install it globally — run it instantly with `npx`:
16
16
```bash
17
-
npx quick-react
17
+
npx quickstart-react
18
18
```
19
19
20
20
## 🛠 Usage
21
-
When you run `npx quick-react`, you will be prompted to:
21
+
When you run `npx quickstart-react`, you will be prompted to:
22
22
1.**Enter Project Name** — e.g., `my-app`
23
23
2.**Choose CSS Framework** — Tailwind, Bootstrap, or MUI
24
24
3.**Select Optional Packages** — choose from a list of commonly used React libraries
25
25
26
26
Example run:
27
27
```bash
28
-
npx quick-react
28
+
npx quickstart-react
29
29
```
30
30
31
31
### Example Walkthrough
@@ -90,7 +90,7 @@ You can add these during setup:
90
90
91
91
## 🚀 Quick Start
92
92
```bash
93
-
npx quick-react my-dashboard
93
+
npx quickstart-react my-dashboard
94
94
```
95
95
Select Tailwind, Bootstrap, or MUI, add any packages, and start coding immediately
96
96
@@ -106,5 +106,4 @@ Before submitting, please ensure:
0 commit comments