Skip to content

dplazau/phone-catalog-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phone-catalog-react

Phone catalog react app that displays phones information from A REST API (NodeJS).

The project contains a client side (react app) and a server side (the REST API).

To run the App

    $ cd client 
    $ yarn
  • And then go to the server folder and run npm install
    $ cd server
    $ yarn
  • Then on the server side run node
    cd server
    node index.js
  • And Go to the client folder
    cd client
    yarn start

About

phone-catalog-react

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published