code for article pfeilbr/aws-amplify-js-app-playground
- learn AWS Amplify Framework
- getting started walkthrough @ https://aws-amplify.github.io/docs/js/start?ref=amplify-js-btn&platform=purejs
Session
mkdir aws-amplify-js-app-playground
cd aws-amplify-js-app-playground/\\n
mkdir src
touch package.json index.html webpack.config.js src/app.js
touch README.md
npm i
npm start
npm install --save aws-amplify
amplify init
amplify status
amplify add analytics
amplify push
amplify add hosting
amplify publish
amplify status
Twitter • Reddit