/AWS_Amplify_demo

Code for AWS Amplify Playlist videos

Primary LanguageJavaScript

AWS_Amplify_demo

Code for AWS Amplify Playlist videos

Execute the following (in the App's working directory) after Forking the Repo (follow along with videos)

npm install

sudo amplify configure
sudo amplify init

sudo amplify add auth
sudo amplify push -y

sudo amplify add storage
sudo amplify push -y

sudo amplify add api
sudo amplify push -y