https://github.com/dabbott/react-express
Learn React through interactive examples
https://github.com/dabbott/react-express
Last synced: 12 months ago
JSON representation
Learn React through interactive examples
- Host: GitHub
- URL: https://github.com/dabbott/react-express
- Owner: dabbott
- License: mit
- Created: 2017-01-16T23:50:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:47:46.000Z (over 3 years ago)
- Last Synced: 2025-04-14T11:14:03.066Z (about 1 year ago)
- Language: TypeScript
- Homepage: http://www.react.express
- Size: 13.9 MB
- Stars: 2,607
- Watchers: 29
- Forks: 128
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-projects - react-express - Learn React through interactive examples ⭐2,592 `TypeScript` (📦 Legacy & Inactive Projects)
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
```