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: about 1 month 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:47:46.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T11:25:36.938Z (4 months ago)
- Language: TypeScript
- Homepage: http://www.react.express
- Size: 13.9 MB
- Stars: 2,610
- Watchers: 30
- Forks: 127
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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
```