1.0.6 ā€¢ Published 1 year ago

create-rvtcs v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

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

āœ… 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.

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

Made šŸ’»ā˜•šŸŽ§ KINFEMICAHEL TARIKU

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago