@integrating-magic/react-demos
v1.1.1
Published
Creates React demo projects for learning and development
Maintainers
Readme
React Demos Creator
Get set up with React demo projects quickly
What it does
This npx tool helps you create React demo projects for learning and development. Choose between a simple React demo for beginners or an advanced demo with more complex patterns and features.
Available Demos
- react-demo-simple: Basic React setup with fundamental components and concepts
Source: js-dev-react - react-demo-adv: Advanced React demo with complex features, hooks, and patterns
Source: react-demo - my-first-react: Beginner-friendly introduction to React for newcomers
Source: my-first-react
Note: Make sure both repositories exist and are accessible before using this tool.
How to use
- Navigate to the folder where you want to create your React project in your terminal.
- Run
npx @integrating-magic/react-demos. - Follow the prompts to:
- Name your project
- Choose between simple or advanced demo
- Customize project details
- Optionally install dependencies automatically
What you get
- A complete React project setup
- All necessary dependencies configured
- Example components and code patterns
- Development server ready to run
- Git repository initialized (optional)
Quick Start
npx @integrating-magic/react-demos
cd my-react-demo
npm startStart building awesome React applications! 🚀
