1.0.4 • Published 5 months ago

re-ind v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Re-Ind Bundler

Overview

Re-Ind is a modern bundler similar to Vite, designed to quickly set up a React.js project with Tailwind CSS, React Router DOM, and React Icons. With a single command, users can scaffold a fully functional React environment.

Features

  • Fast Project Setup with minimal configuration.
  • Pre-configured with Tailwind CSS, React Router DOM, and React Icons.
  • Optimized Build System for efficient development and production.
  • Simple CLI Usage for an easy setup experience.

Tech Stack

  • Bundler: Re-Ind (custom bundler)
  • Frontend: React.js
  • Styling: Tailwind CSS
  • Routing: React Router DOM
  • Icons: React Icons

Installation & Usage

#Install re-ind globally
npm i re-ind -g 
# Create a new React project with Re-Ind
npx re-ind

Enter the project name 


# Navigate to the project folder
cd your-project-name

# Install dependencies (if not installed automatically)
npm install

# Start the development server
npm run dev

Project Structure

my-project/
├── src/
│   ├── pages/
          |-- HomePage.jsx
          |-- AboutPage.jsx
│   ├── App.js
│   ├── main.js
├── package.json
├── tailwind.config.js
|── README.md
└──.gitignore

Issues & Contributions

Feel free to submit issues or pull requests. Your contributions are welcome!

License

This project is licensed under the MIT License.

###Note Please Give Your Advice To Me Either I should Want To Add Redux-Toolkit and Most Important Typescipt Options

1.0.4

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago