Skip to content

dante690dark/part1-Introduction-to-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

part1-Introduction-to-React

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.

Requirements

Start the application

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.

Releases

No releases published

Packages

No packages published