Build scalable and secure full-stack applications faster than ever before with RVTCS- create a structured architecture, integrate with ease using APIs, and leverage pre-built tools for common functionalities, all while Vite optimizes your development and build process.
The Project is now on the initail release v 1.0.1
Installation
Installing using npx:
npx 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.
Installing using github repo
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=''
License
create-rvtcs
is licensed under the MIT License.