Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 413 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 413 Bytes

Getting started with seat-recommendation-app

In the client directory (seat-recommendation-ui):

npm run build

  • builds app so the static files can be hosted on the node server

In the server directory (seat-recommendation-app):

npm run start

  • compiles typescript files and start the node server
  • runs on http://localhost:5001/

Architecture

  • Database: JSON
  • Client: React app
  • Server: Node