This section is part of the full stack open course, the first approach with the react library was had, where the application was created with create react app, In addition, topics such as javascript fundamentals, component state, event handlers and debugging were reviewed.
In this part, you will find three directories, each of them is a react project, for instead:
# You point to the directory that you want, in this case it will be courseinfo
$ cd courseinfo
# You should run this command to install all dependencies for the project
$ yarn install
# Start the application
$ yarn start
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.