The Frontend to the RealEstate .NET API
-
Node.js installed: (tested on version v18.14.0) (Download: https://nodejs.org/en/download/)
-
pnpm package manager: Install pnpm globally with npm:
npm install -g pnpm
-
Install all of the packages and node modules:
pnpm install
-
Start the project:
pnpm start
This will start all of the microfrontends at localhost:8000
in your Browser.