This repo is a simple starting template for next js applications using typescript/eslint/prettier/jest and tailwindcss
template/
├── components # Reusabble parts
├── hooks # React custom hooks
├── layouts # View templates
├── styles # General app styles
└── pages # Application views
cd
in the project directory.git remote rm origin
to remove the remote refenrece.yarn
to install dependencies