/react-aws-user-authentication

In this video we'll be setting up a new React App with AWS Amplify to add Sign up, Login and Logout in the easiest way possible.

Primary LanguageHTML

In this video we'll be setting up a new React App with AWS Amplify to add Sign up, Login and Logout in the easiest way possible.

Video link showing how it works:

https://www.youtube.com/watch?v=iF27-T2jQ2s

Getting Started

npx create-react-app aws-user-authentication-reactjs

npm install -g @aws-amplify/cli

amplify configure

server-amplify

amplify init

authreactapp

amplify add auth

amplify push

npm install --save aws-amplify @aws-amplify/ui-react

11

2

3