Documentation
Deployment
When you're ready to deploy your app to production you can build it with the following command
npm run build
This creates an optimized build of your app that you can then start with:
npm run start
When you're ready to deploy your app to production you can build it with the following command
npm run build
This creates an optimized build of your app that you can then start with:
npm run start