Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 817 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 817 Bytes

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn install

Install all the dependencies for the project.

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Project structure

You can find a folder called 'components'. There are all the components that conforms the project. Also, exists the folder 'common' with the file 'API.js', where you can find the HTTP requests. In 'App.js' you can find the Router, you can add new routes importing the component to use, and establishing a name for the rout.