Before you run this project you need to install project dependencies.
You can install the dependencies by excuting npm install
command at the root directory of this project.
Next, you need to run the app in the development mode. Run by executing npm start
at the root of this project.
Open http://localhost:3000 to view it in the browser.