Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 246 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 246 Bytes

React Calculator

This project is a simple calculator for React Training.

To run the calculator in Docker:

Run:

docker-compose up -d --build

Then you can visit http://localhost:3001

To stop the container

Run:

docker-compose stop