Skip to content

ivaaak/RealEstate-Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RealEstate Frontend

The Frontend to the RealEstate .NET API

It is built on React Microfrontends which are connected to eachother using Single-SPA

Setup

  1. Node.js installed: (tested on version v18.14.0) (Download: https://nodejs.org/en/download/)

  2. pnpm package manager: Install pnpm globally with npm:

    npm install -g pnpm
    
  3. Install all of the packages and node modules:

    pnpm install
    
  4. Start the project:

    pnpm start
    

This will start all of the microfrontends at localhost:8000 in your Browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published