@webinfinitesolutions/react-structure-generator
v1.0.3
Published
A CLI to set up React.js projects with Tailwind CSS.
Readme
🗂️ React-structure-generator
CLI to generate a standard React.js project folder structure with starter code and Tailwind CSS integration.
📥 Installation
Make sure you have Node.js installed.
npx @webinfinitesolutions/react-structure-generator🚀 Getting Started
After generating the project, navigate to your project folder and start the development server:
cd your-project-name
npm install
npm run dev📦 Package Info
- Name:
@webinfinitesolutions/react-structure-generator - Version: 1.0.1
- Author: Web Infinite Solutions Pvt. Ltd.
- License: MIT
🚀 Features
- Instantly generate a clean React.js project structure
- Includes essential folders like components, pages, hooks, assets, and more
- Comes with starter files to jumpstart development
- Built-in Tailwind CSS configuration for styling
- Ideal for single-page applications (SPA) and scalable frontend projects
- Promotes best practices for file organization and modular development
🛠️ Customization
You can modify the generated structure by editing the config or extending the CLI logic to suit your architecture preferences.
🔑 Keywords
react, structure, generator, cli, tailwind, boilerplate, starter
