Skip to content

Files

Latest commit

 

History

History
 
 

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.