/SocialSecurityCalculator

The Social Security Calculator takes in various user input to determine social security benefits for the future.

Primary LanguageJavaScript

Social Security Calculator

The Social Security Calculator takes in various user input to determine social security benefits for the future.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  • NodeJS
  • AureliaJS

Installing

Once you have the prerequisites installed, you can install the Aurelia CLI itself. From the command line, use npm to install the CLI globally:

npm install aurelia-cli -g

Using Node, install the project dependencies:

npm install

Once the dependencies are installed (it will take a few minutes), your project is ready to go. Just change directory into the project folder and run it by typing:

au run --watch

Built With