Hosting static website using Amazon S3 (Single Page Application or Plain HTML/JavaScript apps)

preview_player
Показать описание
Along with building ASP.NET Core Web API (Services), often time we need to build client-side HTML/JavaScript applications. Be it using plain HTML/JavaScript/JQuery or using Single Page Application frameworks like Angular or React.

Hence hosting client applications are also a critical part of our day-to-day job. Hence in this video, I will cover how to host static web pages build using HTML/JavaScript or other Single Page Application frameworks like Angular or React.

00:10 - An introduction
00:28 - Showing the HTML page which will be hosted in Amazon S3
01:10 - Create a new Amazon S3 bucket for hosting a static website
01:26 - Enable allow public access so files inside S3 are available for public access
02:08 - Update property to enable static website hosting for the Amazon S3 bucket
03:05 - Upload an HTML file to the Amazon S3 bucket
03:22 - Enable public Reac access for the HTML file in the permissions tab
04:00 - Add a JavaScript file and access the JavaScript file from the HTML
05:30 - Upload the JavaScript file created to the Amazon S3
06:25 - Show the JavaScript output in Console of the Chrome Developers tool
Рекомендации по теме