Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 167 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 167 Bytes

Calculator

Simple calculator based on TypeScript

Build for production:

npm run build

Run tests:

npm run test

Serve app:

npm run start:dev