https://github.com/pinkysamantaray/react-v19
Demo React App built with v19
https://github.com/pinkysamantaray/react-v19
react tanstack-react-query tanstack-react-router vite vitest
Last synced: 3 months ago
JSON representation
Demo React App built with v19
- Host: GitHub
- URL: https://github.com/pinkysamantaray/react-v19
- Owner: pinkysamantaray
- Created: 2025-01-12T21:28:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-20T17:22:07.000Z (over 1 year ago)
- Last Synced: 2025-01-20T18:27:59.599Z (over 1 year ago)
- Topics: react, tanstack-react-query, tanstack-react-router, vite, vitest
- Language: JavaScript
- Homepage: https://react-v19-demo.netlify.app/
- Size: 18.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Title
This demo app is in reference of the tutorial in [FrontendMasters Complete Intro to React, v9 Course](https://frontendmasters.com/courses/complete-react-v9/) by [Brian Holt](https://react-v9.holt.courses/)
## Installation
```bash
npm install
```
## Usage
If we are doing first-principles methodology approach then we will start with no build tools or anything like that, just vanilla JavaScript and React, simply use
```bash
```
and
```bash
npx serve
```
Otherwise, install [Vite](https://vite.dev/guide/)
```bash
npm run dev
```
## Server
in the api folder, start the node server by
```bash
npm run start
```
## Deployment
Details of deployment can be found [here](https://react-v9.holt.courses/lessons/whats-next/deploying-the-app).
The Client app is deployed on Netlify: https://react-v19-demo.netlify.app/
The Node.js Server API is deployed on Render: https://react-v19-demo.onrender.com/api/pizza-of-the-day
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
[MIT](https://choosealicense.com/licenses/mit/)