This project was bootstrapped with Create React App, using the Redux and Redux Toolkit template.
- Install Docker Desktop:
- Build Docker Image
docker build -t frontend_money .
- Run Docker Image
docker run -it -p 3000:3000 -v $(pwd):/usr/src/app -v /usr/src/app/node_modules frontend_money
- Open http://localhost:3000 to view it in the browser.