Skip to content

zhentian-wan/amplify-platform-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Create React App with Amplify

amplify add Stroage
amplify pull
amplify push

Authentication

withAuthenticator is a HOC, wrap the main app main to open a login UI.

import { withAuthenticator } from '@aws-amplify/ui-react';

...

export default withAuthenticator(App)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published