Conversion of the AWS Polly Python web example to NodeJS and TypeScript.
Install the dependencies and setup your AWS credentials:
# Install dependencies
npm install
# Setup your AWS configuration as env vars after creating the .env file
cp .env.example .env
After completing the setup steps, you're ready to start the demo:
npm run dev
Navigate to http://localhost:8000