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/
- Database: JSON
- Client: React app
- Server: Node