shravya-ui-library
v2.0.0
Published
As React 19 is new, this scaffolding project is for everyone who wants to start coding in React 19.
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.2.1(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
Stargazerswho 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 installoryarn install - Run it using
npm run devoryarn dev
The app will be available on http://localhost:5173 by default.
