Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 305 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 305 Bytes

CompanySurf

client

Frontend Technology is REACT.

npm install
npm start

Client runs on localhost:3000. There are 4 pages.

  • Login/Register Page
  • Home Page
  • Company Page
  • Product Page

server

Backend Technology is EXPRESS.

npm install
npm start

Client runs on localhost:5000.