Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 537 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 537 Bytes

Hadiya Products Admin Panel

Environment variables

Update the following line in src/environments/environment.prod.ts

apiGatewayURL = 'http://<HOSTNAME>:<PORT>'

NOTE: DO NOT ADD TRAILING SLASH '/' AT THE END OF THE ABOVE ENDPOINT

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.