Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geraldohomero/reacting
https://github.com/geraldohomero/reacting
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/geraldohomero/reacting
- Owner: geraldohomero
- Created: 2024-01-21T20:42:10.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-03-02T02:01:25.000Z (11 months ago)
- Last Synced: 2024-03-02T03:19:58.348Z (11 months ago)
- Language: JavaScript
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## O'Reilly React course
This repository contains the code for the [O'Reilly React course](https://learning.oreilly.com/course/react-the/9781801812603/) by Maximilian Schwarzmüller.
## How to run the code
The code is organized in chapters and sections. Each section has a React app that can be run with the following commands:
```bash
cd
npm install
npm start
```