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

https://github.com/sagormajomder/react-19-vite

This scaffolding project is for everyone who wants to start coding in React 19 with a proper industry follwoing SPA folder structure.
https://github.com/sagormajomder/react-19-vite

react react-19 tailwindcss tailwindcss-v4 vite

Last synced: about 2 months ago
JSON representation

This scaffolding project is for everyone who wants to start coding in React 19 with a proper industry follwoing SPA folder structure.

Awesome Lists containing this project

README

          

# Code in React 19

This scaffolding project is for everyone who wants to start coding in React 19 with a proper industry follwoing SPA folder structure.

It has:

- Vite 7.1.x
- React 19.2.x(Stable Version)
- TailwindCSS 4.1.x with daisyUI 5.3.x
- React router 7.9.x
- React toastify 11.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 "use this template" at the top-right corner.

After create your project in your local machine, open terminal and

- type `git init` to initialize git into your project
- type `npm i` to install all dependencies
- type `npm run dev` to run it

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

## 🫶 Support

Liked it? You can show your support with a STAR(⭐).

> Many Thanks to all the `Stargazers` who have supported this project with stars(⭐)