Skip to content

A Next.js authentication starter built with Tailwind and AWS Amplify

Notifications You must be signed in to change notification settings

nawazkhan/next.js-tailwind-authentication

 
 

Repository files navigation

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

To deploy this app:

  1. Clone the project & install dependencies
git clone git@github.com: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

About

A Next.js authentication starter built with Tailwind and AWS Amplify

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.8%
  • CSS 12.2%