create new project :
npx create-next-app --example https://github.com/fiqryq/next-boilerplate <YOUR_APP_NAME>
or use this template and clone then run :
# install dependency
yarn install
# run local server development
yarn run dev
- absolute path import.
- integrate with Tailwind CSS.
- integrate with all tailwind plugins.
- precommit using husky.
- commitlint.
- auto update dependencies using Renovate.
- analyzes each PR's impact on your next.js app's bundle size and displays it using a commen using nextjs bundle analysis.
- fork this repository;
- create your branch:
git checkout -b new-feature
- commit your changes:
git commit -m 'feat: add some feature'
- push to the branch:
git push origin new-feature
.
After your pull request is merged, you can safely delete your branch.
Made with ♥ by Fiqry choerudin