Skip to content

Latest commit

 

History

History

part1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Solutions of part 1 exercises

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.

Requirements

Start the application

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/