Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.04 KB

README.md

File metadata and controls

35 lines (20 loc) · 1.04 KB

Quasar App

Project code to go along with the 4 part Medium article

https://medium.com/quasar-framework/creating-a-quasar-framework-application-with-aws-amplify-services-part-1-4-9a795f38e16d https://medium.com/quasar-framework/creating-a-quasar-framework-application-with-aws-amplify-services-part-2-4-36ce1c79356b https://medium.com/quasar-framework/creating-a-quasar-framework-application-with-aws-amplify-services-part-3-4-6cf349d29903 https://medium.com/quasar-framework/creating-a-quasar-framework-application-with-aws-amplify-services-part-4-4-c95f890d30ac

This is the repository to go along with the Quasar-Amplify-Demo multi-part blogs

First time amplify users: $ amplify configure

Initialize your amplify project

$ amplify init

$ npm install

Add Amplify Cognito User Pool authentication

$ amplify add auth

Use the 'schema' as your annotated schema when prompted by the 'amplify add api' utility

$ amplify add api

Add CloudFront S3 (PROD) hosting

$ amplify add hosting

To run a local development environment,

$ quasar dev