Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 2 KB

File metadata and controls

32 lines (24 loc) · 2 KB

NextJs Skeleton

VS Code Javascript Typescript Markdown Notion NextJs "Figma" "React" "TailwindCSS"

This Project is a frontend skeleton with baked-in TurboRepo, Tailwind CSS, Husky, NextJS, and StoryBook. Feel free to use this template.

Useing this repo

Create a repository and follow the steps below to use this template project locally.

  1. Add template on your existing repo using git remote add template https://github.com/CodingWithDibesh/NextJs-Skeleton.git command.
  2. Fetch the template repo using git fetch template command.
  3. 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.

Commands available

Setup Project       : yarn setup
Build               : yarn build
Develop             : yarn dev
Develop StoryBook   : yarn dev-story

What has been configured

  • TurboRepo
  • NextJs
  • Tailwind
  • Tailwind variants
  • StoryBook
  • Husky
  • EsLint/Prettier