We can finally make an optimized build for production environments using the following command:

npm run build

This will create the optimized version of our application, which we can then start by typing:

npm run start

🎉 And that’s it! Our app is ready for production!