Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1002 Bytes

README.md

File metadata and controls

53 lines (34 loc) · 1002 Bytes

UK Income tax sanity demonstrator

Interactive breakdown of UK income taxes.

Live version

Scala 3, Scala.js, Laminar, Vite

2023-03-22 15 00 25

Pre-requisites

  • NPM
  • SBT (and JVM of course)
  • open mind
npm install

To install JS dependencies

Build for production

npm run build

this will produced an optimised version in the dist folder

Development

In one terminal run (and open the URL that Vite will print out)

npm run dev

In another terminal run

sbt ~fastLinkJS

Now whatever you edit, changes will be eventually reflected in the browser