facetrollex / angular5-typescript-calculator

Angular5 sample calculator

Home Page:https://facetrollex.github.io/angular5-typescript-calculator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample calculator application (Angular5/Typescript)

Common start

  1. npm update
  2. ng serve or npm run start

First setup

  1. clone repo
  2. cd path/to/cloned/repo
  3. npm install
  4. ng serve or npm run start
  5. open in your favorite browser: http://localhost:4200/

Available commands

  1. npm run start -- start application;
  2. npm run test -- check syntax (airbnb tsling config)
  3. Other available commands is unnecessary.

About

Angular5 sample calculator

https://facetrollex.github.io/angular5-typescript-calculator/

License:MIT License


Languages

Language:TypeScript 64.6%Language:HTML 13.3%Language:JavaScript 12.5%Language:CSS 9.7%