next-chakra-starter
next-chakra-starter copied to clipboard
An opinionated simple starter / template project with Next.js and Chakra UI. Created by hendraaagil.
Next.js Chakra UI Starter Template

Getting Started
-
Clone this template using degit, change "next-chakra-project" with your own project name
npx degit hendraaagil/next-chakra-starter "next-chakra-project" -
Install all dependencies
Recommended using yarn
cd next-chakra-project yarnor using npm
cd next-chakra-project npm install -
For customizing options please see Features section.
-
Or you can click "Use this template" button above.
Features
There is some pre-installed packages in this template:
Some features in this template:
- Custom breakpoints & font
You can edit breakpoints & font instyles/theme.js.
Import your preferred font inpages/_document.jsto apply automatic webfont optimization. - Global style
You can edit global style instyles/styles.js. - Page transition
If you want to custom the page transition go topages/_app.jsinMotionBoxcomponent. - Next SEO config file
You can custommeta, favicon, open graph, etc. innext-seo.config.js. - You also can customize nprogress in
styles/css/nprogress.css. - Using absolute path based on
jsconfig.jsonfile.
Documentation
For more guides, please read:
License
This project is under MIT License
Credits
Created by Hendra Agil