crap-ui
v1.0.2
Published
A lightweight Vite + React + Tailwind starter template
Maintainers
Readme
CrapUi
A simple, ready-to-use Vite + React + React Router starter with Tailwind and Context API.
Quick Install
- One-line (no global install):
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 devWhat this project contains
- Vite — latest fast dev server and build tooling.
- React (latest) + React Router (latest) for routing.
- Tailwind CSS — utility-first styling preconfigured.
- Context API — example auth/context setup included in
src/context. - Example components in
src/Componentsand a readytemplates/basicstarter.
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 devWhy use this
- Fast project scaffolding with sensible defaults.
- Minimal, unopinionated setup so you can add your own libraries.
- Includes Context API examples to get you started with global state.
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.
