Sample calculator application (Angular5/Typescript)
Common start
npm update
ng serve
ornpm run start
First setup
- clone repo
- cd path/to/cloned/repo
npm install
ng serve
ornpm run start
- open in your favorite browser:
http://localhost:4200/
Available commands
npm run start
– start application;npm run test
– check syntax (airbnb tsling config)- Other available commands is unnecessary.