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

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

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/)