This project is simple loan calculator.
The application is deployed online at loan-calculator.surge.sh.
yarn
yarn start
This will start webpack-dev-server at http://localhost:3000
and open a browser window.
yarn build
This will build the project in the build/
folder. This is what it's deployed to surge.sh.
yarn deploy
Will deploy the project to loan-calculator.surge.sh.
yarn test