Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/raisiqueira/react-19-with-examples


https://github.com/raisiqueira/react-19-with-examples

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

        

# React 19 demo

This is a playground for some of the new features in React 19 that includes experimental hooks and features.

## Setup

This project uses PNPM as the package manager. You can install it by running:

```bash
corepack add pnpm
```

Then you can install the dependencies by running:

```bash
pnpm install
```

## Running the project

You can run the project by running:

```bash
pnpm dev
```

This will start the development server (an API server) on [http://localhost:3000](http://localhost:3000) and the client app on [http://localhost:5173](http://localhost:5173).

# License

MIT @ Raí Siqueira