This Project is a frontend skeleton with baked-in TurboRepo, Tailwind CSS, Husky, NextJS, and StoryBook. Feel free to use this template.
Create a repository and follow the steps below to use this template project locally.
- Add template on your existing repo using
git remote add template https://github.com/CodingWithDibesh/NextJs-Skeleton.git
command. - Fetch the template repo using
git fetch template
command. - Merge the template branch to your desired branch using
git merge template/[branch-name]
For more information follow the Stack Overflow conversation for more details.
Setup Project : yarn setup
Build : yarn build
Develop : yarn dev
Develop StoryBook : yarn dev-story
- TurboRepo
- NextJs
- Tailwind
- Tailwind variants
- StoryBook
- Husky
- EsLint/Prettier