Ecosyste.ms: Awesome

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

https://github.com/dabbott/react-express

Learn React through interactive examples
https://github.com/dabbott/react-express

Last synced: 3 months ago
JSON representation

Learn React through interactive examples

Lists

README

        

# React Express

A guide and reference for learning React.

The production deployment of this app is running here: https://www.react.express.

Written by Devin Abbott ([@dvnabbott](https://twitter.com/dvnabbott)).

## Development

### Installation

```bash
yarn
```

### Running development server

```bash
yarn dev
```

### Building and running production server

```bash
yarn build
yarn start
```