Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 483 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 483 Bytes

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/