Skip to content
/ code-in-react-19 Public template

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

Notifications You must be signed in to change notification settings

atapas/code-in-react-19

Repository files navigation

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:

npx degit atapas/code-in-react-19#main <YOUR_PROJECT_NAME>

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.

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published