Awesome
Next.js Chakra UI Starter Template
Getting Started
-
Clone this template using degit, change "next-chakra-project" with your own project name <br />
npx degit hendraaagil/next-chakra-starter "next-chakra-project"
-
Install all dependencies <br />
Recommended using yarn
cd next-chakra-project yarn
or 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 <br />
You can edit breakpoints & font in
styles/theme.js
. <br /> Import your preferred font inpages/_document.js
to apply automatic webfont optimization. - Global style <br/>
You can edit global style in
styles/styles.js
. - Page transition <br />
If you want to custom the page transition go to
pages/_app.js
inMotionBox
component. - Next SEO config file <br />
You can custom
meta
, favicon, open graph, etc. innext-seo.config.js
. - You also can customize nprogress in
styles/css/nprogress.css
. - Using absolute path based on
jsconfig.json
file.
Documentation
For more guides, please read:
License
This project is under MIT License
Credits
Created by Hendra Agil