https://github.com/sagormajomder/react-19-vite
https://github.com/sagormajomder/react-19-vite
react react-19 tailwindcss tailwindcss-v4 vite
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sagormajomder/react-19-vite
- Owner: sagormajomder
- Created: 2025-03-16T13:02:04.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-16T13:17:27.000Z (about 2 months ago)
- Last Synced: 2025-03-16T14:24:53.679Z (about 2 months ago)
- Topics: react, react-19, tailwindcss, tailwindcss-v4, vite
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Code in React 19
As React 19 is new, this scaffolding project is for everyone who wants to start coding in React 19.
It has:
- Vite
- React 19.0(Stable Version)
- TailwindCSS 4.x## Create Your Own React 19 Project with Vite and TailwindCSS
There are multiple ways you can utilize this repository to create your own project. The most straightforward way is by using the follwoing command from the command prompt/terminal:
```bash
npx degit sagormajomder/react-19-vite#main
```This will clone the repository to your project. Alternatively, you can fork this repo or create a new repo from the template by clicking on the button at the top-right corner.
## 🫶 Support
Liked it? You can show your support with a STAR(⭐).
> Many Thanks to all the `Stargazers` who have supported this project with stars(⭐)
## Run it Locally
- Clone or fork the repo
- Install dependencies using `npm install`
- Run it using `npm run dev`The app will be available on `http://localhost:5173` by default.