create-modern-react 2.1.1 → 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 +24 -8
  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
  ---
@@ -64,6 +67,24 @@ That's it. Your app is running at `http://localhost:3000`
64
67
 
65
68
  ---
66
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
+
67
88
  ## What's Included
68
89
 
69
90
  ### Core Stack (Every Project)
@@ -262,15 +283,10 @@ dist/
262
283
 
263
284
  ---
264
285
 
265
- ## Built With This Boilerplate
286
+ ## Projects Created Using This Boilerplate
266
287
 
267
- <p align="center">
268
- <a href="https://resumefreepro.com">
269
- <strong>ResumeFreePro.com</strong>
270
- </a>
271
- <br />
272
- <em>Free AI-powered resume builder — built entirely with create-modern-react</em>
273
- </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
274
290
 
275
291
  > Want to showcase your project? [Open an issue](https://github.com/abhay-rana/create-modern-react/issues) to get featured!
276
292
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-modern-react",
3
- "version": "2.1.1",
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": {