In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:4200 to view the GraphQL playground in the browser.
You will need to manually reload if you make edits.
NOTE: Scheduler is not meant to be used as standalone and it depends on user-office-backend. So to be able to run everything locally you need to have
user-office-backend
running then start theuser-office-scheduler-backend
and finally run user-office-gateway as well which connects them both and exposes endpoint http://localhost:4100 where you can query data from both services.
Compiles typescript to javascript for production to the build
folder.
Your app is ready to be deployed!
Lints typescript code and log if there are any errors.
npm run lint:fix
should be used if you want to fix all autofixable errors and warnings.
Need to have user-office-backend
running to run this command successfully.
It generates typescript sdk.ts
file containing types from the user-office-backend
that are shared and used in the user-office-scheduler-backend
code.
Please reffer to the Contribution guide to get information about contributing and versioning.
Happy coding! 👨💻