This repo is a simple starting template for next js applications using typescript/eslint/prettier/jest and tailwindcss
- NextJs: Front-end framework
- Typescript: Javascript superset
- Tailwind: CSS framework
- Jest: Testing framework
- Eslint: Linter
- Prettier Code formatter
template/
├── components # Reusabble parts
├── hooks # React custom hooks
├── layouts # View templates
├── styles # General app styles
└── pages # Application views
- Clone or download the project.
cd
in the project directory.- Run
git remote rm origin
to remove the remote refenrece. - Run
yarn
to install dependencies