Skip to content

teo-garcia/react-template-next

Repository files navigation

Package License Package Version

React Template Next

Start building modern web applications using React and Next.js.

Requirements

  • Node 22+
  • Git 2+
  • pnpm 9

Installation

  1. Get the template using npx degit:
  npx degit teo-garcia/react-template-next my_project
  1. Install the dependencies:
  pnpm install
  1. Run the project:
  pnpm dev

Tools

  • Next for server-side rendering and static site generation.
  • React for building user interfaces.
  • Tailwind for utility-first CSS.
  • Typescript for static type checking.
  • ESLint for linting and Prettier for code formatting.
  • Husky for Git hooks and Lint Staged for running linters on staged files.
  • Jest for unit testing and Testing Library React for testing React components.
  • Playwright for end-to-end testing.
  • MSW for API mocking.