Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 693 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 693 Bytes

Getting Started

Clone first the whole project to your local.

Scripts

Inside the project directory, you should run:

npm install

This installs all the dependencies needed to run the application.

And then, run:

npm 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.

You're good to go!

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.