Skip to content

ideacrew/ite-portal

Repository files navigation

DBH

This project was generated using Nx.

🔎 Smart, Fast and Extensible Build System

Pre-requisites

Quick Start & Documentation

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

Starting the API's

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

Starting the UI

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

Initial Local API Setup

See the project dev lead to setup up your local environment.

Learn about Nx

Nx Documentation