In this part, we will familiarize ourselves with the React-library, which we will be using to write the code that runs in the browser. We will also look at some features of Javascript that are important for understanding React.
There is one application by folder, to start an application :
# Head to the desired exercise (courseinfo, unicafe or anecdotes)
$ cd courseinfo
# Start the application
$ yarn start
You can then access the frontend on : http://localhost:3000/