Skip to content

Latest commit

 

History

History

part1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Part 1

Understanding the React-Library, as well as the features of JavaScript that are required to understand 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
 $ npm start

The frontend is then accessible on: http://localhost:3000/