This project was bootstrapped with Create React App.
To run the project you need NodeJS and NPM installed in your computer.
You need enable cross-origin resource sharing (CORS) in your browser to fetch the data from server.
Go to the directory /phoneServer and run the next commands:
A node server will run in http://localhost:4200
After that, to init the Front-End, come back to the root project directory and run the next commands:
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.
First you need to have installed the dependencies. After that run the next command in root project directory: