morrisonak / nextarter-chakra

battery packed template / boilerplate to initialize PWA ready Next.js app with Chakra UI & Typescript setup :sparkles:

Home Page:https://nextarter-chakra.sznm.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nextarter-chakra

Deploy with Vercel Deploy to Netlify

Open in StackBlitz

This is a Next.js project bootstrapped with create-next-app, added with Chakra UI and TypeScript setup. Start developing right away!

πŸ”‹βš‘ Battery Packed template

  • βœ”οΈ toolings for linting, formatting, and conventions configured

    eslint, prettier, husky, lint-staged, and standard-version

  • πŸ“± PWA-ready

    next-pwa configured, disabled by default, just enable it through next.config.js

  • πŸ”Ž SEO optimization configured

    with next-seo and 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 πŸ˜ƒ

CodeFactor Quality Gate Status Maintainability Rating Bugs Code Smells Duplicated Lines (%)

Commitizen friendly

Depfu Depfu

Getting Started

You can either click Use this template button on this repository and clone the repo or directly from your terminal:

npx degit sozonome/nextarter-chakra <YOUR_APP_NAME>

Then, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying src/pages/index.js. The page auto-updates as you edit the file.

References

About

battery packed template / boilerplate to initialize PWA ready Next.js app with Chakra UI & Typescript setup :sparkles:

https://nextarter-chakra.sznm.dev/

License:MIT License


Languages

Language:TypeScript 84.0%Language:JavaScript 13.7%Language:Shell 2.1%Language:CSS 0.2%