🔋 ⚡ Battery Packed template
- 🚀 Next.js 15 - React 18
- ⛓️ TypeScript
- Chakra-UI v3
- ✔️ toolings for linting, formatting, and conventions configured
eslint,prettier,husky,lint-staged,commitlint,commitizen, andstandard-versionpre-commit,pre-push,commit-msg,prepare-commit-msghook configured
- 🔎 SEO optimization configured - with
next-sitemap.- you'll need to reconfigure or tinker with it to get it right according to your needs, but it's there if you need it.
- 🎨 basic responsive layout configured - don't need it? just remove it 😃
- 🤖 Automatic Dependency Update with Renovate
- 🏎️ Turbo setup
- 🧪 Playwright E2E Test
Pre-requisites
- Node.js or nvm installed.
pnpminstalled.
Getting Started
- You can either click
Use this templatebutton on this repository and clone the repo or directly from your terminal:
npx degit agustinusnathaniel/nextarter-chakra <YOUR_APP_NAME>
-
After cloning the project, run this command:
pnpmorpnpm install -
Then, run the development server:
pnpm dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying src/lib/pages/index.tsx. The page auto-updates as you edit the file.