Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 485 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 485 Bytes

Building an authentication flow with Next.js, TailwindCSS, and AWS Amplify

To deploy this app:

  1. Clone the project & install dependencies
git clone [email protected]:dabit3/next.js-tailwind-authentication.git

npm install

# or

yarn
  1. Create your Facebook and Google OAuth App IDs

  2. Initialize the Amplify project'

amplify init
  1. Deploy the back end services
amplify push --y
  1. Run the app locally:
npm run dev