Static WebSite Hosting (Static Resource Hosting)

About

Hosting of static web resources including HTML, CSS, JavaScript, and image files which are loaded in the user's browser.

The hosting is generally complemented by a CDN to cache the content and speed up the performance.

Locality

Provider

Cloud Drive

  • Google drive (if everybody can see the link)
https://drive.google.com/uc?export=download&id=id

Example:
https://drive.google.com/uc?export=download&id=1Szhs1mVR1y7g74WWo7g5CJYjhDIEGAGY

Local

# Install serve
yarn global add serve
# serve the directory build
serve -s build





Discover More
S3 Bucket Public Access
Aws - Static Web Hosting

Static Web Hosting in Aws is done via s3 URL http://{your-bucket-name}.s3-website.{region}.amazonaws.com From the Aws...
React - Deploy

in React Context See React Native Starter Project...
React - Hosting

Because a react application is a client application, you can host your website in any static web hosting offering. If you plan to use server side rendering, you would need to have an extra node server....
Web - Static Web Site

A Static website is a web application that is composed of static resources. (ie the web site doesn't need to generate dynamic pages at runtime) The first reason to create or generate a static website...



Share this page:
Follow us:
Task Runner