https://github.com/paalamugan/next14-boilerplate-with-trpc-nextauth
Next.js 14 boilerplate with NextAuth, TRPC, Tailwind CSS, TypeScript, React Query, Storybook, Playwright, Jest, Testing Library, ESLint, Prettier, Husky, Lint-staged.
https://github.com/paalamugan/next14-boilerplate-with-trpc-nextauth
next-auth next-boilerplate next14 nextjs tailwindcss trpc typescript
Last synced: 3 months ago
JSON representation
Next.js 14 boilerplate with NextAuth, TRPC, Tailwind CSS, TypeScript, React Query, Storybook, Playwright, Jest, Testing Library, ESLint, Prettier, Husky, Lint-staged.
- Host: GitHub
- URL: https://github.com/paalamugan/next14-boilerplate-with-trpc-nextauth
- Owner: paalamugan
- License: mit
- Created: 2024-05-20T15:44:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-24T19:41:23.000Z (10 months ago)
- Last Synced: 2025-01-20T12:44:43.952Z (5 months ago)
- Topics: next-auth, next-boilerplate, next14, nextjs, tailwindcss, trpc, typescript
- Language: TypeScript
- Homepage:
- Size: 443 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Next.js 14+ Boilerplate with Next Auth, TRPC, Tailwind CSS 3.4, and TypeScript
Next.js 14 boilerplate with App Router support, Next Auth, TRPC, Tailwind CSS, and TypeScript β‘οΈ Prioritizing developer experience first: Next.js, TypeScript, ESLint, Prettier, Husky, Lint-Staged, Jest, Testing Library, Commitlint, VSCode, PostCSS, Tailwind CSS, Authentication with [NextAuth](https://next-auth.js.org/), Storybook and more.
Clone this project and use it to create your own [Next.js](https://nextjs.org) project. This project is a minimalistic boilerplate for Next.js with the following features:
## Features
Developer experience first, extremely flexible code structure and only keep what you need:
- β‘ [Next.js](https://nextjs.org) with App Router support
- π₯ Type checking [TypeScript](https://www.typescriptlang.org)
- π Integrate with [Tailwind CSS](https://tailwindcss.com)
- β Strict Mode for TypeScript and React 18
- π Authentication with [Next Auth](https://next-auth.js.org/): Sign up, Sign in, Sign out.
- β»οΈ Type-safe environment variables with T3 Env
- β¨οΈ Form handling with React Hook Form
- π΄ Validation library with Zod
- π Linter with [ESLint](https://eslint.org) (default Next.js, Next.js Core Web Vitals, Tailwind CSS and Airbnb configuration)
- π Code Formatter with [Prettier](https://prettier.io)
- π¦ Husky for Git Hooks
- π« Lint-staged for running linters on Git staged files
- π Lint git commit with Commitlint
- π Write standard compliant commit messages with Commitizen
- π¦Ί Unit Testing with Jest and React Testing Library
- π§ͺ Integration and E2E Testing with Playwright
- π· Run tests on pull request with GitHub Actions
- π Storybook for UI development
- π Automatic changelog generation with Semantic Release
- π Visual testing
- π‘ Absolute Imports using `@` prefix
- π VSCode configuration: Debug, Settings, Tasks and Extensions
- π€ SEO metadata, JSON-LD and Open Graph tags
- πΊοΈ Sitemap.xml and robots.txt
- βοΈ [Bundler Analyzer](https://www.npmjs.com/package/@next/bundle-analyzer)
- π Include a FREE minimalist theme
- π― Maximize lighthouse scoreBuilt-in feature from Next.js:
- β Minify HTML & CSS
- π¨ Live reload
- β Cache busting### Philosophy
- Nothing is hidden from you, so you have the freedom to make the necessary adjustments to fit your needs and preferences.
- Easy to customize
- Minimal code
- SEO-friendly
- π Production-ready### Requirements
- Node.js 20+ and npm. You can install it by running:
```sh
nvm install 20.12.2 && nvm use 20.12.2
```### Getting started
Run the following command on your local environment:
```shell
git clone --depth=1 https://github.com/paalamugan/next14-biolerplate-with-next-auth.git my-project-name
cd my-project-name
pnpm install
```#### Prerequisites
- Copy the `.env.example` file to `.env.local` and update the environment variables with your own values.
```shell
cp .env.example .env.local
```and update the environment variables with your own values.
Then, you can run the project locally in development mode with live reload by executing:
```shell
pnpm dev
```Open [http://localhost:3000](http://localhost:3000) with your favorite browser to see your project.
### Project structure
```shell
.
βββ README.md # README file
βββ .github # GitHub folder
βββ .husky # Husky configuration
βββ .storybook # Storybook folder
βββ .vscode # VSCode configuration
βββ public # Public assets folder
βββ scripts # Scripts folder
βββ src
β βββ app # Next JS App (App Router)
β βββ components # React components
β βββ constants # constants folder
β βββ server # server folder
β βββ stores # Store folder (Zustand)
β βββ hooks # hooks folder
β | βββ react-client # client side hooks
β | βββ react-server # server side hooks
β | βββ react-generic # generic hooks (both client and server)
β βββ layouts # layouts folder
β βββ lib # 3rd party libraries configuration
β βββ providers # providers folder
β βββ styles # Styles folder
β βββ templates # Templates folder
β βββ trpc # tRPC folder
β βββ types # Type definitions
β βββ utils # Utilities folder
β βββ validations # Validation schemas(Zod)
βββ tests
β βββ e2e # E2E tests, also includes Monitoring as Code
β βββ integration # Integration tests
βββ tailwind.config.js # Tailwind CSS configuration
βββ tsconfig.json # TypeScript configuration
```### Customization
You can easily configure Next js Boilerplate by making a search in the whole project with `FIXME:` for making quick customization. Here is some of the most important files to customize:
- `public/apple-touch-icon.png`, `public/favicon.ico`, `public/favicon-16x16.png` and `public/favicon-32x32.png`: your website favicon, you can generate from [https://favicon.io/favicon-converter/](https://favicon.io/favicon-converter/)
- `src/constants/appConfig.ts`: configuration file
- `src/templates/BaseTemplate.tsx`: default theme
- `next.config.mjs`: Next.js configuration
- `.env`: default environment variablesYou have access to the whole code source if you need further customization. The provided code is only example for you to start your project. The sky is the limit π.
### Commit Message Format
The project enforces [Conventional Commits](https://www.conventionalcommits.org/) specification. This means that all your commit messages must be formatted according to the specification. To help you write commit messages, the project uses [Commitizen](https://github.com/commitizen/cz-cli), an interactive CLI that guides you through the commit process. To use it, run the following command:
```shell
pnpm commit
```One of the benefits of using Conventional Commits is that it allows us to automatically generate a `CHANGELOG` file. It also allows us to automatically determine the next version number based on the types of commits that are included in a release.
### Testing
All unit tests are located with the source code inside the same directory. So, it makes it easier to find them. The project uses Jest and React Testing Library for unit testing. You can run the tests with:
```shell
pnpm test
```### Integration & E2E Testing
The project uses Playwright for Integration and E2E testing. You can run the tests with:
```shell
npx playwright install # Only for the first time in a new environment
pnpm test:e2e
```### Enable Edge runtime (optional)
The App Router folder is compatible with the Edge runtime. You can enable it by uncommenting the following lines `src/app/layout.tsx`:
```tsx
// export const runtime = 'edge';
```### Deploy to production
Then, you can generate a production build with:
```shell
pnpm build
```It generates an optimized production build of the boilerplate. For testing the generated build, you can run:
```shell
pnpm start
```The command starts a local server with the production build. Then, you can now open [http://localhost:3000](http://localhost:3000) with your favorite browser to see the project.
### Useful commands
#### Bundle Analyzer
Next.js Boilerplate comes with a built-in bundle analyzer. It can be used to analyze the size of your JavaScript bundles. To begin, run the following command:
```shell
pnpm build-stats
```By running the command, it'll automatically open a new browser window with the results.
### VSCode information (optional)
If you are VSCode users, you can have a better integration with VSCode by installing the suggested extension in `.vscode/extension.json`. The starter code comes up with Settings for a seamless integration with VSCode. The Debug configuration is also provided for frontend and backend debugging experience.
With the plugins installed on your VSCode, ESLint and Prettier can automatically fix the code and show you the errors. Same goes for testing, you can install VSCode Jest extension to automatically run your tests and it also show the code coverage in context.
Pro tips: if you need a project wide type checking with TypeScript, you can run a build with `Cmd` + `Shift` + `B` on Mac.
### License
Licensed under the MIT License, Copyright Β© 2024
See [LICENSE](LICENSE) for more information.