https://github.com/rachhen/rr-with-vercel
React Router v7 shadcn ui and jollyui, dirzzle orm, better auth, deploy to vercel demo
https://github.com/rachhen/rr-with-vercel
Last synced: about 2 months ago
JSON representation
React Router v7 shadcn ui and jollyui, dirzzle orm, better auth, deploy to vercel demo
- Host: GitHub
- URL: https://github.com/rachhen/rr-with-vercel
- Owner: rachhen
- Created: 2025-01-16T17:29:42.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-17T12:30:13.000Z (4 months ago)
- Last Synced: 2025-02-09T22:35:56.579Z (3 months ago)
- Language: TypeScript
- Homepage: https://rr-with-vercel.vercel.app
- Size: 233 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to React Router!
A modern, production-ready template for building full-stack React applications using React Router.
## Features
- 🚀 Server-side rendering
- ⚡️ Hot Module Replacement (HMR)
- 📦 Asset bundling and optimization
- 🔄 Data loading and mutations
- 🔒 TypeScript by default
- 🎉 TailwindCSS for styling
- 📖 [React Router docs](https://reactrouter.com/)## Getting Started
### Installation
Install the dependencies:
```bash
npm install
```### Development
Start the development server with HMR:
```bash
npm run dev
```Your application will be available at `http://localhost:3000`.
## Building for Production
Create a production build:
```bash
npm run build
```## Deployment
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fremix-run%2Freact-router-templates%2Ftree%2Fmain%2Fvercel&project-name=my-react-router-app&repository-name=my-react-router-app)
## Styling
This template comes with [Tailwind CSS](https://tailwindcss.com/) already configured for a simple default starting experience. You can use whatever CSS framework you prefer.
---
Built with ❤️ using React Router.