Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/geraldohomero/reacting


https://github.com/geraldohomero/reacting

Last synced: about 8 hours ago
JSON representation

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
```