Welcome to RVTM (Remix | Vite | Tailwind | Mongoose)
Introduction
This is a fullstack boilerplate project that uses the following technologies:
Features
- Remix: A fullstack React framework with a focus on developer experience and accessibility.
- Vite: A next-generation frontend tooling that is blazing fast.
- Tailwind CSS: A utility-first CSS framework for rapidly building custom designs.
- Mongoose: A MongoDB object modeling tool designed to work in an asynchronous environment.
Getting Started
- Clone the repository:
git clone
- Install the dependencies:
npm install
Remove the .example
extension from the .env.example
file and update the environment variables with your own values.
Start the development server:
npm run dev
- Open your browser and navigate to
http://localhost:5173
.