๐พ 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.
โ 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.
Use the github repo github to install the starter project.
First Of all fork the repo to your account
Then clone the Repo
git clone https://github.com/Kinfe123/RVTCS-Starter-Kit/
- CD - change directory to the cloned
cd RVTCS-Starter-Kit
- Install the dependencies
npm install
- Spin up the sever
npm run dev
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=''
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.