create-rvtcs
v1.0.6
Published
--- RVTCS - x2 Your Dev Experience All you need to get started it just following the docs here. ---
Downloads
8
Readme
RVTCS - x2 Your Dev Experience All you need to get started it just following the docs here.
🍾 What is RVTCS ?
React + Vite + Tailwindcss + Clerk + Supabase
what does it consist of ?
✅ ReactJS - a frontend framework for building User Interfaces
✅ Vite - Instant Server Start and far more
✅ Supabase - a alternative tool for firebase which can be used as BaaS
✅ Clerk - A tool for user management in your app like authentication , authorization and so much cool stuff
✅ Tailwindcss - Utility first framework that makes writing css much easier and organized
🔥 Let's make a use of it
RVTCS - A Modern and Elegant way creating a fullstack application with everything setup.
Installation
✅ You can get started by installing and using command of npm as follows:
npm create-rvtcs@latest my-app
- After you have excuted the above command succesfully , You can get started navigating to your working directory
cd my-app
- Finally , You can use the
npm run dev
to spin up the dev server
npm run dev
You will redirected and given a
vite localhost and port
likehttp://localhost:5713
Then start mashing them up based on docs.
Usage
Go and create .env file after your got a keys
- Clerk Publishable Key
- Supabase Anonymous Key
- Supabase Url
VITE_APP_CLERK_PUBLISHABLE_KEY=''
VITE_APP_SUPABASE_URL=''
VITE_APP_SUPABASE_ANON_KEY=''
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
Made 💻☕🎧 KINFEMICAHEL TARIKU