Skip to content

indoorvivants/uk-mortgage-demonstrator

Repository files navigation

UK Mortgage demonstrator

This is a very simple browser application to help me and my friends sink deeper into the unsettling reality of UK mortgage market.

🎸Live version

2023-07-11 18 47 16

Built with

Development

To build this application, you need to have installed:

  1. NPM
  2. SBT

In one terminal run:

npm install
npm run dev

and open http://localhost:5173

In another, run:

sbt ~fastLinkJS

This way you should have fast feedback when changing code and see the results reflected in the browser.

Bundling for deployment

Run

npm run build