How to set up the app locally
Choose one of these:
- Yarn approach: Follow this Install Yarn guide.
- NPM approach: Follow this Install Node.js guide.
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-quickstartRun one of these commands:
- Yarn
$ yarn install
- NPM
$ npm install