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 settings in
index.js
L28-41 - Update your AWS region in
public/viewer.js
L25, and again inpublic/master.js
L40 - Install dependencies with
npm i
- Run the code with
node index.js
- Check out localhost:3003