smithy-examples icon indicating copy to clipboard operation
smithy-examples copied to clipboard

Add a basic web application tutorial using smithy

Open haydenbaker opened this issue 1 year ago • 0 comments

Background

  • This adds smithy-tutorial, a multi-component project that uses smithy for client and server generation
  • The web application uses the generated client to make calls to a server implementation using the server-sdk
  • This example uses typescript, both for client and server

Testing

  • Pull locally
  • Start the server: make dev-server
  • Start the app: make dev-app

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT-0 license.

haydenbaker avatar Jul 08 '24 21:07 haydenbaker