The application performs simple calculations including: Subtraction, Addition, Multiplication and Division.
A live demo here
- clone this repository.
- Run
npm install
to install node modules. - Run
npm test
to execute unit tests. - Run
npm start
to start the localhost server.