-
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 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.
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.js
to 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.js
inMotionBox
component. - 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.json
file.
For more guides, please read:
This project is under MIT License
Created by Hendra Agil