Articles on: Deploying Your Site

How To Deploy React In 60 Seconds

How to deploy your ReactJs app quickly on the web


Deploying a React app can be a very quick process. Tiiny Host provides a simple platform for hosting static websites.


Steps


  1. Modify package.json: Change the "homepage" value in the package.json file to ".". This ensures that all dependencies are built relative to the index.html file.
  2. Build the app: Run npm run build in your terminal. This will create a build folder containing all the necessary files for your app.
  3. Zip the build folder: Create a zip archive of the build folder.
  4. Upload to Tiiny Host: Go to tiiny.host, choose a subdomain, and upload the zipped build folder.
  5. Launch the app: Click "Publish" on Tiiny Host.


Video Guide

This video offers a concise guide for deploying React apps, making it accessible even for those new to deployment.

Updated on: 07/08/2026

Was this article helpful?

Share your feedback

Cancel

Thank you!