/JavaScript-Mortgage-Calculator

A JavaScript Mortgage Calculator for practice 🧮

Primary LanguageJavaScript

JavaScript Mortgage Calculator 🧮

Quick start:

> yarn # npm install
> yarn build # npm run build

Development

Run Webpack in watch-mode to continually compile the JavaScript as you work:

> yarn watch # npm run watch

We use sass for styling, you can turn on watch-mode too for that

> sass --watch scss:css

You can test the demo here 😊