Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 399 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 399 Bytes

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).

Development

Installation

yarn

Running development server

yarn dev

Building and running production server

yarn build
yarn start