nextjs-typescript-tailwind-jest Tailwind Templates

Nextjs Typescript Tailwind Jest

This repo is a simple starting template for next js applications using typescript/eslint/prettier/jest and tailwindcss

NextJs Starter Template

Introduction

This repo is a simple starting template for next js applications using typescript/eslint/prettier/jest and tailwindcss

Codebase

Technologies

  • NextJs: Front-end framework
  • Typescript: Javascript superset
  • Tailwind: CSS framework
  • Jest: Testing framework
  • Eslint: Linter
  • Prettier Code formatter

Folder structure

template/
├── components     # Reusabble parts
├── hooks          # React custom hooks
├── layouts        # View templates
├── styles         # General app styles
└── pages          # Application views

Setup

  1. Clone or download the project.
  2. cd in the project directory.
  3. Run git remote rm origin to remove the remote refenrece.
  4. Run yarn to install dependencies

Top categories

Loading Svelte Themes