Skip to Content

RVTCS v 1.0.1

Made ๐Ÿ’ป๐ŸŽงโ˜• - KINFEMICHAEL TARIKU

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

Step 1 - Using npm

โœ… 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 like http://localhost:5713

  • Then start mashing them up based on docs.

Step 2 - Using Github

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

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

MIT