Back to Aws Doc Sdk Examples

Developer guide

applications/feedback_sentiment_analyzer/client/README.md

latest386 B
Original Source

Developer guide

This is the frontend of the Feedback Sentiment Analyzer (FSA) application. You can run this in isolation, but it is meant to be deployed using the companion AWS CDK script.

Prerequisites

  1. Install the latest Node.js LTS.

Run

  1. Run npm i from the same directory as this readme.
  2. Run npm run dev.

Build

  1. Run npm run build.