Skip to content

tincho/mortgageCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mortgage Calculator

How to run

npm install

Builds files from src/ (JS, SCSS) to dist/.

If for some reason install failed, run manually npm run build after installing.

To see the application, access dist/index.html from a browser.

Live (development) mode

npm run dev

Watches for changes inside src/ files

Warning! probably this won't work on Windows, as it uses a shell pipe (|) to launch two processes at the same time. If needed, install and use concurrently, or the start command.

Run tests

npm test

About

A challenge I did a few years ago for a frontend job

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published