Skip to content

jwpark511/AgeCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Age Calculator

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.