Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 743 Bytes

File metadata and controls

34 lines (22 loc) · 743 Bytes

Installation

How to set up the app locally

Install system dependencies

Choose one of these:

Clone

Either use this repo directly. Or click "Use this template" at the top of the GitHub repo page, then use your repo's URL below instead.

$ git clone git@github.com:MichaelCurrin/react-quickstart.git
$ cd react-quickstart

Install project dependencies

Run one of these commands:

  • Yarn
    $ yarn install
  • NPM
    $ npm install