Next-js-Boilerplate
Next-js-Boilerplate copied to clipboard
πππ Boilerplate and Starter for Next.js 14+ with App Router and Page Router support, Tailwind CSS 3.4 and TypeScript β‘οΈ Made with developer experience first: Next.js + TypeScript + ESLint + Pretti...
Hi, thanks for the awesome template. Unfortunately, running storybook init doesn't add any of the correct directories. Any ideas?
As it's written on the official [docs](https://nextjs.org/docs/basic-features/layouts#per-page-layouts). ``` // pages/index.js import Layout from '../components/layout' import NestedLayout from '../components/nested-layout' export default function Page() { return { /** Your content */ }...
Integrate storybook with base files create from running `npx sb init`. Let me know what else can be added or needed to be improved.
Hi there. Thanks by the boilerplate. It is possible to add multi language? Next 18 n or i18n And add redux or I should I use context API? Thanks in...
- Upgrades required changes in Middleware - Import changes for server side functions - UserProfile requires a path https://github.com/clerk/javascript/blob/main/packages/nextjs/CHANGELOG.md
I think it would be better if the responsibility of formatting files was left up to the user on `format on save` or also to be enforced by husky (like...
Hi there! π First offβfantastic boilerplate! Iβve been loving the structure and tool integrations you've provided. ## π―Suggestion: Integrate Cursor IDE support (via Cursor Rules) to supercharge AI-assisted development workflows...
Have you considered adding Biome as a linter?
Offline first boiler plate Using pglite & electric SQL https://pglite.dev/docs/sync https://pglite.dev/docs/orm-support#drizzle The above with sync to supabase would be a nice DX