shopping-app

Available at:

http://shopping-list-bucket-bananadoge.s3-website-ap-southeast-2.amazonaws.com Screen Shot 2021-06-29 at 8 25 47 PM

Update on 30th Jun: CORS solved

Removed FE access control request headers( blocked by browser) and added response headers in AWS Gateway. The main reason is the AWS Gateway ignores CORS headers from Lambda function Screen Shot 2021-06-30 at 10 03 49 PM

Local setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Deploy to S3 bucket

npm run deploy