Examples
October 25, 2022 ยท View on GitHub
This directory contains example apps for each framework we support.
Examples Development
-
Create or Update an example at
examples/{next,react-native,vue,angular}/...For your
aws-exports.js, you can reference an existing or create a new environment. -
Run your example at monorep root:
yarn {react,react-native,vue,angular}-example dev -
Visit your example (e.g. http://localhost:3000/ui/components/authenticator/sign-up-with-username)
-
Make changes to
@aws-amplify/ui-{react,react-native,vue,angular}& save.Examples should automatically hot-reload your changes in the example.