Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 991 Bytes

File metadata and controls

38 lines (20 loc) · 991 Bytes

This project was bootstrapped with Create React App.

Requirements

To run the project you need NodeJS and NPM installed in your computer.

NodeJS WebPage

You need enable cross-origin resource sharing (CORS) in your browser to fetch the data from server.

How To Run It

Go to the directory /phoneServer and run the next commands:

npm i

npm start

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:

npm i

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

Run test

First you need to have installed the dependencies. After that run the next command in root project directory:

npm run test