Mortage Calculator, fighting against evil banks!!!
- clone project
cd
into project directory- run
npm install
to install dependencies - rename
config/example_config.env
toconfig/config.env
and add your information and api keys. - run
npm run dev
to start server
make 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
=======