create-modern-react 2.1.0 → 2.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +36 -19
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -22,6 +22,9 @@
22
22
  <a href="https://www.npmjs.com/package/create-modern-react">
23
23
  <img src="https://img.shields.io/badge/View%20on-npm-CB3837?style=for-the-badge&logo=npm&logoColor=white" alt="View on npm" />
24
24
  </a>
25
+ <a href="https://stackblitz.com/github/abhay-rana/react-vite-tailwind-shadcn-starter?file=README.md">
26
+ <img src="https://developer.stackblitz.com/img/open_in_stackblitz.svg" alt="Open in StackBlitz" />
27
+ </a>
25
28
  </p>
26
29
 
27
30
  ---
@@ -42,7 +45,8 @@
42
45
  │ ✗ No toast notifications ✓ react-hot-toast │
43
46
  │ ✗ No error boundary ✓ Built-in │
44
47
  │ ✗ Basic ESLint ✓ 25+ rules configured │
45
- │ ✗ ~2 hours setup 30 seconds
48
+ │ ✗ No state management Redux (optional)
49
+ │ ✗ ~2 hours setup ✓ 15 seconds │
46
50
  │ │
47
51
  └─────────────────────────────────────────────────────────────────────────┘
48
52
  ```
@@ -63,6 +67,24 @@ That's it. Your app is running at `http://localhost:3000`
63
67
 
64
68
  ---
65
69
 
70
+ ## 🚀 Try Before Install
71
+
72
+ **Experience it live without downloading anything:**
73
+
74
+ <p align="center">
75
+ <a href="https://stackblitz.com/github/abhay-rana/react-vite-tailwind-shadcn-starter?file=README.md">
76
+ <img src="https://img.shields.io/badge/Open_in-StackBlitz-1269D3?style=for-the-badge&logo=stackblitz&logoColor=white" alt="Open in StackBlitz" />
77
+ </a>
78
+ </p>
79
+
80
+ <p align="center">
81
+ <strong>👆 Click above to see the full project running in your browser</strong>
82
+ <br />
83
+ <em>No installation required • Full IDE in browser • See all features in action</em>
84
+ </p>
85
+
86
+ ---
87
+
66
88
  ## What's Included
67
89
 
68
90
  ### Core Stack (Every Project)
@@ -78,6 +100,16 @@ That's it. Your app is running at `http://localhost:3000`
78
100
  | **Axios** | 1.7 | Interceptors, cancel tokens |
79
101
  | **Lucide React** | Latest | Beautiful, consistent icons |
80
102
 
103
+ ### Optional Features
104
+
105
+ Select during project creation:
106
+
107
+ ```
108
+ [ ] Redux Toolkit + Redux Persist ── State management with persistence
109
+ [ ] Ant Design v5 ───────────────── Enterprise UI (replaces Shadcn/ui)
110
+ [ ] Husky + lint-staged ─────────── Git hooks for code quality
111
+ ```
112
+
81
113
  ### Build Optimizations
82
114
 
83
115
  ```
@@ -96,16 +128,6 @@ That's it. Your app is running at `http://localhost:3000`
96
128
  └────────────────────┴────────────────────────────────────────┘
97
129
  ```
98
130
 
99
- ### Optional Features
100
-
101
- Select during project creation:
102
-
103
- ```
104
- [ ] Redux Toolkit + Redux Persist ── State management with persistence
105
- [ ] Ant Design v5 ───────────────── Enterprise UI (replaces Shadcn/ui)
106
- [ ] Husky + lint-staged ─────────── Git hooks for code quality
107
- ```
108
-
109
131
  ---
110
132
 
111
133
  ## Generated Structure
@@ -261,15 +283,10 @@ dist/
261
283
 
262
284
  ---
263
285
 
264
- ## Built With This Boilerplate
286
+ ## Projects Created Using This Boilerplate
265
287
 
266
- <p align="center">
267
- <a href="https://resumefreepro.com">
268
- <strong>ResumeFreePro.com</strong>
269
- </a>
270
- <br />
271
- <em>Free AI-powered resume builder — built entirely with create-modern-react</em>
272
- </p>
288
+ 1. **[ResumeFreePro.com](https://resumefreepro.com?utm_source=github&utm_medium=readme&utm_campaign=create-modern-react)** - Free AI-powered resume builder
289
+ 2. **[HealthMug.com](https://healthmug.com?utm_source=github&utm_medium=readme&utm_campaign=create-modern-react)** - Online pharmacy platform
273
290
 
274
291
  > Want to showcase your project? [Open an issue](https://github.com/abhay-rana/create-modern-react/issues) to get featured!
275
292
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-modern-react",
3
- "version": "2.1.0",
3
+ "version": "2.1.2",
4
4
  "description": "Create production-ready React + TypeScript + Tailwind applications in seconds",
5
5
  "main": "bin/index.js",
6
6
  "bin": {