@noone451/create-reactframe

1.2.3 • Public • Published

create-reactframe

A CLI tool to quickly create React applications with optional React Router and Tailwind CSS integration.

Features

  • 🚀 Creates a Vite-based React + TypeScript project
  • 🛣️ Optional React Router setup with basic routing
  • 🎨 Optional Tailwind CSS integration
  • 📦 Works with both npm and Bun

Usage

Using npm:

npx @noone451/create-reactframe

Using Bun:

bunx @noone451/create-reactframe

What's Included?

When you run the tool, it will:

  1. Create a new Vite project with React and TypeScript
  2. Optionally install and configure React Router with basic routes
  3. Optionally install and configure Tailwind CSS
  4. Set up a basic project structure

Options

During the setup, you'll be prompted to:

  • Enter your project name
  • Choose whether to include React Router
  • Choose whether to include Tailwind CSS

Requirements

  • Node.js >= 18.0.0
  • npm or Bun >= 1.0.0

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

MIT © [noone451]

Package Sidebar

Install

npm i @noone451/create-reactframe

Weekly Downloads

61

Version

1.2.3

License

MIT

Unpacked Size

7.64 kB

Total Files

3

Last publish

Collaborators

  • noone451