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
File Explorer
Download Latest Version (.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
# Installation Guide
1. Get the code
git clone https://github.com/pbteja1998/nextjs-starter
Downloads the entire project code from GitHub to your computer.
cd nextjs-starter
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
yarn
Downloads and installs the libraries listed in package.json.
yarn setup-db
Type this command into your terminal and run it.
yarn dev
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
