This project was generated using Nx.
🔎 Smart, Fast and Extensible Build System
Clone this repo ITE-Portal
Clone the following repos into the same parent directory as this repo:
Use the default name for the folder to clone into (e.g. ite_portal_api
)
You should now have the following directory structure:
.
├── ite-portal
├── ite_portal_api
└── provider-gateway-api
Run the following command from the root of the ite-portal
directory to install dependencies:
npm install
ITE Portal and Provider Gateway both require a local instance of both API's to be running. To start the API's, run the following command from the root of the ite-portal
directory:
npm run start:api
To start the UI, run the following command from the root of the ite-portal
directory:
npx nx serve provider-gateway
or
npx nx serve ite-portal
See the project dev lead to setup up your local environment.