https://github.com/imevanc/nextjs-starter
A TypeScript starter kit for Next.js, equipped with all the essential tools to kickstart your next project 🚀💻⚡️
https://github.com/imevanc/nextjs-starter
jest nextjs playwright react-testing-library reactjs typescript
Last synced: 3 months ago
JSON representation
A TypeScript starter kit for Next.js, equipped with all the essential tools to kickstart your next project 🚀💻⚡️
- Host: GitHub
- URL: https://github.com/imevanc/nextjs-starter
- Owner: imevanc
- License: mit
- Created: 2024-01-31T23:19:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-23T14:15:50.000Z (6 months ago)
- Last Synced: 2024-10-24T21:18:29.113Z (6 months ago)
- Topics: jest, nextjs, playwright, react-testing-library, reactjs, typescript
- Language: TypeScript
- Homepage: https://nextjs-starter-delta-one.vercel.app
- Size: 362 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Next.js starter template
A TypeScript starter kit for Next.js, equipped with all the essential tools to kickstart your next project 🚀💻⚡️
![]()
## Quality Tests
[](https://www.codefactor.io/repository/github/imevanc/nextjs-starter) [](https://sonarcloud.io/dashboard?id=imevanc_nextjs-starter) [](https://sonarcloud.io/dashboard?id=imevanc_nextjs-starter) [](https://sonarcloud.io/dashboard?id=imevanc_nextjs-starter) [](https://sonarcloud.io/dashboard?id=imevanc_nextjs-starter)## Features
- ⚡️ Next.js 15
- ⚛️ React 19
- ⛑ TypeScript
- 🏋️ CodeFactor - It instantly performs code review with every GitHub/Bitbucket commit or Pull Request
- 🏄♂️ SonarCloud - It is designed to help you achieve a state of Clean Code
- 🛡 Jest - Delightful JavaScript Testing
- 📏 React Testing Library — A very light weight solution for testing React components
- 💖 Playwright — Fast and reliable e2e testing
- 🐶 Husky — Enhances your commits and more woof!
- 💡 Renovate - Get pull requests to update your dependencies and lock files
- 🚓 Semantic Release — Fully automated version management and package publishing
- 💻 Commitlint - Get high commit message quality
- 👷 PR Workflow — Run Checks on Pull Requests### Run unit tests
```
npm run test:unit
```### Run coverage tests
```
npm run test:coverage
```### Run type tests
```
npm run test:type
```### Run e2e tests
```
npx playwright test
```## Licensing
This project is licensed under the MIT License. Please read the [license](LICENSE) file for more information.