Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.09 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.09 KB

Hotel Customer Relation System

This project was generated with Angular CLI version 9.1.0.

Prerequisite

Development server

  • Run Client
    • Run npm run serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
  • Run Server
    • Run npm run serve:api for a dev api server. Navigate to http://localhost:3000/api/{categories|items|auth|cart}. [cart is authenticated route]
  • Run both client & server
    • Run npm run start:prev for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Production server

  • Run npm run build:prod to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.