rikeda71 / next-oauth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 82.6%Language:CSS 16.2%Language:JavaScript 1.2%