To install Calculator App, follow these steps:
git clone https://github.com/lute92/calculator-app.git
cd calculator_app
npm install
npm run test
- npm run start
- open the User Interface to use the app at http://localhost:12000
cd deployment
docker-compose up -d