Skip to content

gabrielseco/phone-catalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Photo Catalog Build Status Coverage Status

Install

  cd client && npm i
  cd server && npm i

Run

For the client run:

  npm run dev

And for the server run:

  npm run start