This repo is essentially this example repo from AWS, but running on Node (Express server) and simplified a bit to prevent secrets from making their way into the frontend code.
- Make sure to update your environment variable see
.env.example. - Update your AWS region in
public/viewer.jsL25, and again inpublic/master.jsL40 - Install dependencies with
npm i - Run the code with
node index.js - Check out localhost:3003