Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 592 Bytes

File metadata and controls

40 lines (24 loc) · 592 Bytes

React Crash Course

Build Status

This is the Read Me for the React Crash Course application tutorial.

1. Install the dependencies

$ yarn

Alternative:

$ npm install

2. Start the server

$ yarn start

Alternative:

$ npm start