nextjs-starter
A starter project for next js with authentication - Contains React 17 + Typescript + Tailwind CSS 2 + React Query 3 + GitHub Auth + LinkedIn Auth + Password-less Auth + Fauna DB + ESLint + Prettier + Husky
파일 탐색기
최종 버전 다운로드 (.zip)- .gitignore
- commit-msg
- pre-commit
- create-collection-accounts.fql
- create-collection-sessions.fql
- create-collection-users.fql
- create-collection-verification_requests.fql
- create-index-account_by_provider_account_id.fql
- create-index-session_by_token.fql
- create-index-user_by_email.fql
- create-index-user_by_username.fql
- create-index-verification_request_by_token_and_identifier.fql
- accounts.fql
- sessions.fql
- users.fql
- verification_requests.fql
- account_by_provider_account_id.fql
- session_by_token.fql
- user_by_email.fql
- user_by_username.fql
- verification_request_by_token_and_identifier.fql
- inter-var-latin.woff2
- favicon.ico
- preview.png
- vercel.svg
- clear-db.mjs
- index.js
- A.tsx
- index.ts
- env.ts
- seo-constants.ts
- [...nextauth].ts
- hello.ts
- _app.tsx
- _document.tsx
- index.tsx
- globals.css
- index.ts
- .env.example
- .eslintrc.js
- .fauna-migrate.js
- .gitignore
- .prettierrc
- commitlint.config.js
- LICENSE
- next-env.d.ts
- package.json
- postcss.config.js
- README.md
- tailwind.config.js
- tsconfig.json
- vercel.json
- yarn.lock
🚀 설치 가이드
1. 코드 내려받기
git clone https://github.com/pbteja1998/nextjs-starter
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd nextjs-starter
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
yarn
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
yarn setup-db
이 명령어를 터미널에 그대로 입력해 실행하세요.
yarn dev
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
