After creating a successful React 360 app we would like to build it for production environment so that we can release it to the world. In this lesson we are going to learn how to package a React 360 application for production deployment.
When running the server for build
, if you don’t have http-server
downloaded, instead of running the command http-serve build
, run it with npx with the command npx http-server build
.