Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raisiqueira/react-19-with-examples
https://github.com/raisiqueira/react-19-with-examples
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/raisiqueira/react-19-with-examples
- Owner: raisiqueira
- Created: 2024-05-21T00:38:45.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-12T01:59:41.000Z (5 months ago)
- Last Synced: 2024-06-12T09:11:27.857Z (5 months ago)
- Language: TypeScript
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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