The code in this branch corresponds to the post found here. You can use it as a reference as you follow along, or as a starting point for building your own functionality.
- Clone this repo
- Navigate into the cloned directory in your command line
- Install dependencies:
$ npm i
or$ yarn
- Run the application:
$ npm start
or$yarn start