This repo is for an exercise in my React course, The Joy of React.
First, install the dependencies:
$ npm installThen, start a local development server:
$ npm run devNote: Unlike create-react-app, we need to run the dev command, not start. The start command is used to run a production server; we'll learn more about that later in the course.