Skip to content

ru03/phoneCatalogApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple phone catalog app build with React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published