Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 449 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 449 Bytes

React SPA

In order to start the app you must follow the step below:

  1. git clone ... - clone repo
  2. cd react_spa - cd into the repo from your terminal
  3. yarn install - install dependencies, let the magic happen
  4. yarn start - start the app in development mode
  5. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.