Next.js framework starter repository 🐢
Environments | Languages | Linters | Frameworks | Libraries | Testing | CI/CD |
---|---|---|---|---|---|---|
![node-logo] ![pnpm-logo] |
![ts-logo] ![sass-logo] |
![eslint-logo] ![stylelint-logo] ![prettier-logo] ![lefthook-logo] |
![next-logo] | ![react-logo] ![tailwind-logo] ![swr-logo] ![zod-logo] ![rhf-logo] |
![vitest-logo] ![storybook-logo] |
![githubactions-logo] |
node = ">=22"
pnpm = ">=10"
[!TIP]
See
.prototools
for more details.
[!TIP]
See
.env.example
for more details.
pnpm i
[!IMPORTANT]
After the initial installation (if the format-on-save feature is not working), restart VS Code (IDE).
[!NOTE]
In the future, I want to migrate the Linter and Formatter from ESLint and Prettier configurations to Biome. However, I need to check compatibility by comparing the configuration options.
pnpm dev
pnpm lint
pnpm format
pnpm check
[!NOTE]
Commands related to
lint
,format
, andcheck
perform similar operations to Biome.
pnpm sb
pnpm test
[!TIP]
See scripts in
package.json
for more details.