Build image
docker build -t investor-app .
Run container
docker run -p 80:80 --name investor-app investor-app
npx cypress run --component
Runs the app in the development mode.
Open http://localhost:80 to view it in your browser.
Launches the test runner in the interactive watch mode.
Run prettier formatter
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.