/next-oauth

Primary LanguageTypeScript

next-oauth-example

Setup Flow

npx create-next-app
yarn add --dev typescript @types/react @types/node  # install typescript
touch tsconfig.json
yarn next dev // setup typescript
yarn add @emotion/styled @emotion/core # css-in-js
yarn add axios
yarn add --dev prettier eslint