Reindex
TeamBlogDocs

Deployment

Make a production build of your app by running:

npm run build

You can now push the public directory to your favorite static page hosting service. We recommend Surge, but you can also use Github Pages, Amazon S3 or any static web hosting provider.

With Surge CLI you can deploy your app with just a few commands:

npm install -g surge
surge ./public

You’re app is live. Nice! In the final section of the tutorial you will learn how to easily add authentication to your Reindex apps.

Topics:

Deployment

Make a production build of your app by running:

npm run build

You can now push the public directory to your favorite static page hosting service. We recommend Surge, but you can also use Github Pages, Amazon S3 or any static web hosting provider.

With Surge CLI you can deploy your app with just a few commands:

npm install -g surge
surge ./public

You’re app is live. Nice! In the final section of the tutorial you will learn how to easily add authentication to your Reindex apps.