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
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.
Liked it? You can show your support with a STAR(⭐).
Many Thanks to all the
Stargazers
who have supported this project with stars(⭐)
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.
- Clone or fork the repo
- Install dependencies using
npm install
oryarn install
- Run it using
npm run dev
oryarn dev
The app will be available on http://localhost:5173
by default.