Web Application Personal Project
Website is now hosted on: https://agecalculatorapp.herokuapp.com/
To compile TS files into JS files:
install yarn
yarn clean (cleanwin in Windows)
yarn configure (configurewin in Windows)
yarn build
To run unit tests:
yarn test
To run the app on a local machine:
yarn start
http://localhost:4300/
Note you have to change the AJAX URL if you want to run locally.