eriksongoncalves / boilerplate-nextJS-13-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VSCode

Required plugins:

1 - ESlint
2 - Prettier - Code formatter
3 - EditorConfig for VS Code

Getting Started


1 - Duplicate the .env-example file and rename it to .env and complete the information.

2 - Run the following command on your local environment:

npm install
npm run dev

Boilerplate Features

  • Next.js
  • TypeScript
  • ESLint
  • Prettier
  • Husky
  • Lint-Staged
  • Jest
  • Testing Library
  • Storybook
  • Commitlint
  • PostCSS
  • Tailwind CSS
  • Zod
  • React Hook Form

About


Languages

Language:TypeScript 85.0%Language:JavaScript 11.7%Language:MDX 2.5%Language:CSS 0.8%