{"id":22979410,"url":"https://github.com/jsdeveloperr/nextjs-boilerplate","last_synced_at":"2025-08-13T17:32:43.897Z","repository":{"id":44614299,"uuid":"512867792","full_name":"jsdeveloperr/nextjs-boilerplate","owner":"jsdeveloperr","description":"Next js 12 boilerplate with Tailwind, SCSS, Jest, React Testing Library, Prettier, ESLint, Plop JS  🚀","archived":false,"fork":false,"pushed_at":"2022-11-01T08:35:42.000Z","size":1957,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-30T16:33:08.865Z","etag":null,"topics":["nextjs","nextjs-boilerplate","nextjs-tailwind","nextjs-typescript"],"latest_commit_sha":null,"homepage":"https://nextjs-12-boilerplate.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jsdeveloperr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-11T18:27:50.000Z","updated_at":"2023-12-07T05:24:22.000Z","dependencies_parsed_at":"2022-07-15T11:00:30.824Z","dependency_job_id":null,"html_url":"https://github.com/jsdeveloperr/nextjs-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdeveloperr%2Fnextjs-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdeveloperr%2Fnextjs-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdeveloperr%2Fnextjs-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdeveloperr%2Fnextjs-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsdeveloperr","download_url":"https://codeload.github.com/jsdeveloperr/nextjs-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229772759,"owners_count":18121921,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nextjs","nextjs-boilerplate","nextjs-tailwind","nextjs-typescript"],"created_at":"2024-12-15T01:30:46.429Z","updated_at":"2024-12-15T01:31:06.478Z","avatar_url":"https://github.com/jsdeveloperr.png","language":"TypeScript","readme":"\u003ca name=\"read-me-template\" /\u003e\n\n# 📦 Next.js 12 Boilerplate\n\n\u003e This is a readme from next.js 12 boilerplate.\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/jsdeveloperr/nextjs-boilerplate/blob/master/public/assets/nextjs12-boilerplate.png\" width=\"500\" alt=\"Next.js 12 Boilerplate\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/jsdeveloperr/nextjs-boilerplate/blob/master/public/assets/git.clone.gif\" width=\"500\" alt=\"Next.js 12 Boilerplate\" /\u003e\n\u003c/p\u003e\n\nBoilerplate to help developers to have a fast project configuration using the most recent next version and some tools to improve the developer experience.\n\n## :rocket: Example\n\nCheck our 👉 [example](https://nextjs-12-boilerplate.vercel.app)\n\n### 🗂 Features\n\n- 🔥 [Next.js](https://nextjs.org) for Static Site Generator\n- 🎨 Integrate with [Tailwind CSS](https://tailwindcss.com)\n- 🎉 Type checking [TypeScript](https://www.typescriptlang.org)\n- ✅ Strict Mode for TypeScript and React 17\n- ✏️ Linter with [ESLint](https://eslint.org) (default NextJS, NextJS Core Web Vitals and Airbnb configuration)\n- 🛠 Code Formatter with [Prettier](https://prettier.io)\n- 🦊 Husky for Git Hooks\n- 🚫 Lint-staged for running linters on Git staged files\n- 🗂 VSCode configuration: Debug, Settings, Tasks and extension for PostCSS, ESLint, Prettier, TypeScript\n- 🤖 SEO metadata, JSON-LD and Open Graph tags with Next SEO\n- ⚙️ [Bundler Analyzer](https://www.npmjs.com/package/@next/bundle-analyzer)\n- 🌈 Include a FREE minimalist theme\n- 💯 Maximize lighthouse score\n- 🔥 SWC instead of babel\n- 🎉 PlopJS and Axios\n\n```\n.\n├── README.md                # README file\n├── next.config.js           # Next JS configuration\n├── docs                     # documentation mdx\n├── e2e                      # Cypress e2e\n├── public                   # Public folder\n│   └── assets\n│       └── images           # Image used by default template\n├──\n│   ├── layout               # Atomic layout components\n│   ├── models               # TypeScript models\n│   ├── constants            # Constants\n│   ├── pages                # Next JS pages\n│   ├── styles               # PostCSS style folder with Tailwind\n│   ├── i18n                 # Locale i18n\n│   └── utils                # Utility folder\n├── tailwind.config.js       # Tailwind CSS configuration\n└── tsconfig.json            # TypeScript configuration\n```\n\n#### ✅ Installation\n\n- Clone you project to your machine\n\n#### 🚀 Install dependencies with yarn\n\n```html\nyarn\n```\n\n#### 🎉 Using Plop JS\n\n```html\nyarn generate\n```\n\nAfter this, select if you want to create a page or component and set the name.\n\nYou can change the templates and settings of generator at path `generators` on project root.\n\n---\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/jsdeveloperr/nextjs-boilerplate/blob/master/public/assets/lighthouse-score.gif\" width=\"600\" alt=\"Next.js 12 Boilerplate Lighthouse Score\" /\u003e\n\u003c/p\u003e\n\n[Back To The Top](#read-me-template)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsdeveloperr%2Fnextjs-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsdeveloperr%2Fnextjs-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsdeveloperr%2Fnextjs-boilerplate/lists"}