This is a learning project to become more familiar with the following technologies:
- React
- TailwindCSS
- AWS Amplify
- Clone this repo
- Run
npm i
to install the node modules. - Install the Amplify CLI: https://docs.amplify.aws/cli/start/install/#option-1-watch-the-video-guide
- Run
amplify configure
to authenticate with AWS admin. - Run
amplify pull
to pull in the AWS configuration to your local environemnt. - Run
npm run start
to serve the dev env at http://localhost:3000. The page will hot reload with edits to code.
This app is based on the following blog post
Bootstrapped with Create React App.
Authentication service relies on Aws amplify
The route system works thanks to the help of React router
The UI is done with the help of Tailwind CSS