https://github.com/rachhen/rr-shadcn-admin-template
This is a simple landing page created with React Router, Vite, ShadCN UI and Tailwind CSS.
https://github.com/rachhen/rr-shadcn-admin-template
react react-router shadcn-ui
Last synced: about 2 months ago
JSON representation
This is a simple landing page created with React Router, Vite, ShadCN UI and Tailwind CSS.
- Host: GitHub
- URL: https://github.com/rachhen/rr-shadcn-admin-template
- Owner: rachhen
- Created: 2025-01-26T12:57:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-26T13:09:34.000Z (over 1 year ago)
- Last Synced: 2025-03-27T21:48:06.339Z (over 1 year ago)
- Topics: react, react-router, shadcn-ui
- Language: TypeScript
- Homepage: https://rr-shadcn-admin-template.vercel.app
- Size: 260 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.