Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History
 
 

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Examples

This directory contains example apps for each framework we support.

Examples Development

  1. 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.

  2. Run your example at monorep root: yarn {react,react-native,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,react-native,vue,angular} & save.

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