https://github.com/hyperse-io/next.js-starter
The next.js starter infrastructure
https://github.com/hyperse-io/next.js-starter
Last synced: about 2 months ago
JSON representation
The next.js starter infrastructure
- Host: GitHub
- URL: https://github.com/hyperse-io/next.js-starter
- Owner: hyperse-io
- License: mit
- Created: 2024-07-03T08:49:45.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-24T23:51:54.000Z (10 months ago)
- Last Synced: 2024-07-25T09:51:50.325Z (10 months ago)
- Language: TypeScript
- Size: 2.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# next.js starter
The start infrastructure for next.js, used to create basic project structures based on next.js
## highlight features
- Integrated internationalization with next-intl .
- Integrated package manager [email protected]
- Using next.js app-router
- Integrated tailwindcss
- Integrated eslint V9
- Integrated vitest for unitest also support tspath alias
- Integrated husky for commit hook
- Integrated lint-staged for commit hook
- Integrated git cz
- Integrated changesets
- Integrated commitlint
- Integrated @svgr/webpack allow directly import .svg as component
- Integrated code-inspector-plugin([shift + ⌥option]) to resolve page/component's code is located.## next.js mono repo starter
https://github.com/hyperse-io/nextjs-monorepo-starter