Skip to content

mehediScriptDev/CrapUi

Repository files navigation

CrapUi

npm version

Setup your project with just one command.(tailwind+reactjs+icons+motions+smooth scrolling with lenis+ context API)

Quick Install

  • One-line:
npx crap-ui my-project
cd my-project
npm run dev
  • Or install CLI globally and run:
npm install -g crap-ui
crap-ui my-project
cd my-project
npm run dev

What’s Included

  • Vite — blazing-fast dev environment
  • React (latest)
  • React Router — routing preconfigured
  • Tailwind CSS — utility-first styling out of the box
  • Context API — simple global state example in src/context

Optional extras during setup:

  • React Icons
  • Lucide Icons
  • Motion animations
  • Smooth scrolling with Lenis

How to use locally (if you cloned this repo)

git clone https://github.com/mehediScriptDev/CrapUi.git
cd CrapUi/templates/basic
npm install
npm run dev

Why use this

  • Zero setup hassle, just one command
  • Clean project structure with super smooth scrolling effect
  • Built for real-world React apps

Contributing & Support

  • If you like the project, please star this repo.
  • Found a bug or have a feature idea? Open an issue on GitHub.
  • Contributions are welcome — feel free to open a pull request.

License

This project is released under the MIT License.