Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jwpark511/agecalculator

Web Application Personal Project
https://github.com/jwpark511/agecalculator

heroku html5 javascript mochajs nodejs typescript

Last synced: 11 days ago
JSON representation

Web Application Personal Project

Awesome Lists containing this project

README

        

# Age Calculator
Web Application Personal Project
Website is now hosted on: https://agecalculatorapp.herokuapp.com/

To compile TS files into JS files:
```bash
install yarn
yarn clean (cleanwin in Windows)
yarn configure (configurewin in Windows)
yarn build
```

To run unit tests:
```bash
yarn test
```

To run the app on a local machine:
```bash
yarn start
http://localhost:4300/
```

Note you have to change the AJAX URL if you want to run locally.