Skip to content

Amplify UI is a collection of accessible, themeable, performant React (and more!) components that can connect directly to the cloud.

License

Notifications You must be signed in to change notification settings

aws-amplify/amplify-ui

Repository files navigation

🚧 The next major release of Amplify UI is still a work-in-progress 🚧

AWS Amplify

Amplify UI – Cloud-connected UI components for Android, iOS, React Native & Web

Discord GitHub


Documentation

The latest documentation is found here:

https://docs.amplify.aws/ui

Contributing

Getting Started

  1. Fork & Clone this repo
  2. nvm use
  3. yarn install

React Development

  1. yarn dev
  2. Visit http://localhost:3000/

Vue Development

  1. yarn dev:vue
  2. Visit http://localhost:3001/

Angular Development

  1. yarn build:angular, or yarn build:angular:watch for live development
  2. yarn dev:angular.
  3. Visit http://localhost:4200/

Flutter Development

  1. see packages/flutter/README.md