User authentication flow in Vue3 with Vue Router & AWS Amplify.
To run locally, follow these steps
- Download the project
git clone https://github.com/elephantcastle/noteapp-vue3-amplify.git
- Install the dependencies
yarn
# or
npm install
- Initialize the amplify project & create the service
amplify init
# answer the questions from the prompt
amplify push
- Run the app
npm run serve