Install NVM (node version manager) in EC2 server curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash . ~/.nvm/nvm.sh Install Node server ...
-Put your index.html file in the same directory as your server.js file with the content you want to display (e.g., "Hello, World!"). -To build and run the Docker container: -Save both the Dockerfile, ...
さて、最近サイトが重く変わるものないかなぁ~と探していた所・・・ astro.jsというJavaScriptのフレームワークを見つけました! オーバーヘッドの軽減、読み込みスピードによるSEO対策etc… まずは己のPCにインストールし、画面表示する所までやってみました。