Mortage Calculator, fighting against evil banks!!!
cd
into project directorynpm install
to install dependenciesconfig/example_config.env
to config/config.env
and add your information and api keys.npm run dev
to start servermake sure you setup your config.env with your own api and database keys.
want to run webpack to rebundle?
npx webpack --mode production
want to run tests?
npm run test
=======