Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 622 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 622 Bytes

Examples

This directory contains example apps for each framework we support.

Examples Development

  1. Create or Update an example at examples/{next,vue,angular}/...

    For your aws-exports.js, you can reference an existing or create a new environment.

  2. Run your example at monorep root: yarn {next,vue,angular}-example dev

  3. Visit your example (e.g. http://localhost:3000/ui/components/authenticator/sign-up-with-username)

  4. Make changes to @aws-amplify/ui-{react,vue,angular} & save.

    Examples should automatically hot-reload your changes in the example.