An open API service indexing awesome lists of open source software.

https://github.com/atapas/code-in-react-19

A starter repository to code in React 19 with Tailwind CSS 4.x
https://github.com/atapas/code-in-react-19

react react-19 tailwindcss vite

Last synced: 10 months ago
JSON representation

A starter repository to code in React 19 with Tailwind CSS 4.x

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 atapas/code-in-react-19#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(⭐)

### Sponsor My Work

> I am an independent educator and open-source enthusiast who creates meaningful projects to teach programming on my YouTube Channel. You can support my work by [sponsoring me on GitHub](https://github.com/sponsors/atapas).

## Run it Locally

- Clone or fork the repo
- Install dependencies using `npm install` or `yarn install`
- Run it using `npm run dev` or `yarn dev`

The app will be available on `http://localhost:5173` by default.