Flaviodc7 / AWS_Amplify_demo

Code for AWS Amplify Playlist videos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Code for AWS Amplify Playlist videos


Languages

Language:JavaScript 95.6%Language:HTML 2.6%Language:CSS 1.8%