docker-compose upnpm installnpm startRuns the app in the development mode.
Open http://localhost:3000 to view it in the browser.
npm run buildBuilds the app for production to the build folder.
The build is minified and the filenames include the hashes and it correctly bundles React in production mode.
npm run prodOpen http://localhost:8080 to view it in the browser.