Kinfe123 / rvtcs-kit

A Modern And Elegant Way building a Full Stack Application

Home Page:https://rvtcs.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

title description
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

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

About

A Modern And Elegant Way building a Full Stack Application

https://rvtcs.vercel.app

License:MIT License


Languages

Language:TypeScript 90.7%Language:JavaScript 7.7%Language:CSS 1.2%Language:Shell 0.5%