Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kinfe123/rvtcs-kit
A Modern And Elegant Way building a Full Stack Application
https://github.com/kinfe123/rvtcs-kit
clerk nextjs react supabase tailwindcss turbo vite
Last synced: 17 days ago
JSON representation
A Modern And Elegant Way building a Full Stack Application
- Host: GitHub
- URL: https://github.com/kinfe123/rvtcs-kit
- Owner: Kinfe123
- License: mit
- Created: 2023-05-05T08:48:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-10T14:24:14.000Z (about 1 year ago)
- Last Synced: 2024-10-11T10:54:36.969Z (about 1 month ago)
- Topics: clerk, nextjs, react, supabase, tailwindcss, turbo, vite
- Language: TypeScript
- Homepage: https://rvtcs.vercel.app
- Size: 1.27 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
title: RVTCS - x2 Your Dev Experience
description: 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 itRVTCS - A Modern and Elegant way creating a fullstack application with everything setup.
## Installation
Use the github repo [github](https://github.com/Kinfe123/RVTCS-Starter-Kit/) to install the starter project.
- First Of all fork the repo to your account
- Then clone the Repo
```bash
git clone https://github.com/Kinfe123/RVTCS-Starter-Kit/
```
- CD - change directory to the cloned
```bash
cd RVTCS-Starter-Kit
```
- Install the dependencies
```bash
npm install
```
- Spin up the sever
```bash
npm run dev
```## Usage
Go and create .env file after your got a keys
- Clerk Publishable Key
- Supabase Anonymous Key
- Supabase Url```javascript
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](https://choosealicense.com/licenses/mit/)