Table of Contents

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

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