create-revo
v1.2.5
Published
React Project Setup Tool built on Vite
Downloads
151
Maintainers
Readme
Revo - Fast & Efficient React Project Setup
Revo is a custom React project setup tool built on top of Vite. It’s designed to streamline your workflow by providing a clean project structure, pre-configured with Tailwind CSS and Framer Motion, so you can focus on building amazing applications.
🚀 Features
- Powered by Vite: Enjoy blazing-fast builds and an optimized development experience.
- Tailwind CSS: Fully configured for utility-first styling right out of the box.
- Framer Motion: Pre-installed for creating stunning animations with ease.
- Better Project Layout: Thoughtfully organized file structure to keep your code clean and maintainable.
📦 What You Get
- Pre-configured Tailwind CSS for styling.
- Framer Motion set up for animations.
- Optimized Vite setup for fast development and builds.
- A clean project directory structure:
🛠️ Installation
Prerequisites
Make sure you have Node.js (>=14.x) and npm/yarn installed.
Create a New Project
Run the following command to create a new project:
npx create-revo [project-name]
Navigate to Your Project
cd [project-name]
Install Dependencies
npm install
🏃 Getting Started
Start the Development Server
npm run dev
Build for Production
npm run build
Preview Production Build
npm run preview
🌟 Feedback & Support
If you like Revo or have suggestions for improvement, let me know! You can reach out to me on Twitter.
Happy coding with Revo! 🎉
🙏 Credits
Revo is built on top of amazing open-source tools. A big shoutout to:
- Vite - The lightning-fast frontend build tool.
- Tailwind CSS - Utility-first CSS framework for rapid UI development.
- Framer Motion - The library for creating smooth and delightful animations.