Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jwpark511/agecalculator
- Owner: jwpark511
- Created: 2017-05-09T01:21:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-27T00:40:11.000Z (about 7 years ago)
- Last Synced: 2024-10-18T01:17:29.476Z (about 1 month ago)
- Topics: heroku, html5, javascript, mochajs, nodejs, typescript
- Language: TypeScript
- Homepage: https://agecalculatorapp.herokuapp.com
- Size: 228 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.