Skip to content

ymaghzaz/aws-amplify-react-custom-ui-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-amplify-react-custom-ui-example

Install

git clone https://github.com/ysfmag/aws-amplify-react-custom-ui-example.git
cd aws-amplify-react-custom-ui-example
amplify init
amplify add auth
yarn
yarn start

in the file src/index.js you need to uncomment those line

// import awsconfig from "./aws-exports";
// Amplify.configure(awsconfig);

Usage

Code Example for usign aws-amplify-react-custom-ui lib

Online

https://stackblitz.com/github/ysfmag/aws-amplify-react-custom-ui-example