resources/clients/react/elwing/src/default-plugins/get-started-plugin/GetStarted.md
This application is the front-end client for certain AWS code examples hosted at https://github.com/awsdocs/aws-doc-sdk-examples. Run this app in tandem with a local backend that supports one of these examples.
Each example is composed of two pieces: this front-end client, and a backend service. Both the client and the service need to be running on your local environment for the example to run correctly.
git clone [email protected]:awsdocs/aws-doc-sdk-examples.git.cd aws-doc-sdk-examples/resources/clients/react/elwing.npm start.Examples are listed in the navigation bar by name. The services used by the example are listed
in parentheses next to the name. For example, Message (SQS) would use Amazon Simple Queue Service
(Amazon SQS) to simulate a messaging application.
To see example instructions, choose one of the examples in the navigation bar.
Each example is supported by one or more backend services created with the AWS SDK. The available backend services for a given example are listed on the example's page. Choose one of the services and follow its installation instructions.