Skip to content

Latest commit

 

History

History
executable file
·
32 lines (21 loc) · 5.54 KB

README.md

File metadata and controls

executable file
·
32 lines (21 loc) · 5.54 KB

pipeline status coverage report

Production Status Irish Status Alpha Status

React - Typescript - web app

Stack

This is the Real Estate Web application for Web (Desktop version). It is a universal React application that renders both on the server side and on the client side.

Start Dev Server
npm run develop

Go to http://localhost:8080

Run unit tests in watch mode
npm test
Run unit tests
npm run test:unit