AngularAmplifySample

This project was generated with Angular CLI version 7.3.3.

Initialize project

Run amplify init to configure a new amplify project
Run amplify add auth to add cognito authentication
Run amplify add storage to add s3 storage (leave default settings)
Run amplify add interactions to add a chat bot (for the purposes of this demo use ScheduleApointment chat bot)
Run amplify push to create all the resources in your AWS account

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.