MinChanSike / my-nextjs-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Quality gate

npm run prepare
npx husky add .husky/pre-commit "npx lint-staged"

Note

SonarLint VSCode SonarLint

SonarLint:

  • Local analysis: Integrates with popular IDEs like IntelliJ IDEA, Visual Studio, and Eclipse.
  • Immediate feedback: Detects coding issues, bugs, and vulnerabilities as you code, like a spell checker.
  • Lightweight: Requires minimal overhead on your system and doesn't upload your code to any server.
  • Free: Open-source and completely free to use for both personal and commercial projects.
  • Connection: Can be connected to SonarQube or SonarCloud for additional features and centralized dashboards.

About


Languages

Language:TypeScript 83.1%Language:JavaScript 9.4%Language:CSS 6.6%Language:Shell 0.8%