https://github.com/ericmaya8a/next15-starter
Nextjs 15 Starter with Tailwindcss, prettier, husky, conventional commits and vitest
https://github.com/ericmaya8a/next15-starter
conventional-commits husky nextjs14 prettier tailwindcss vitest
Last synced: about 1 month ago
JSON representation
Nextjs 15 Starter with Tailwindcss, prettier, husky, conventional commits and vitest
- Host: GitHub
- URL: https://github.com/ericmaya8a/next15-starter
- Owner: ericmaya8a
- Created: 2024-08-26T19:50:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-23T22:15:43.000Z (over 1 year ago)
- Last Synced: 2025-09-07T04:39:04.190Z (9 months ago)
- Topics: conventional-commits, husky, nextjs14, prettier, tailwindcss, vitest
- Language: TypeScript
- Homepage:
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NextJS Starter kit
## Getting Started
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
First, install the dependencies:
```bash
yarn
```
### Available Scripts
#### `npm run dev`
Runs the app in development mode using NextJS.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.\
You will also see any lint errors in the console.
#### `npm run build`
Builds the app for production to the `dist` folder.\
It correctly bundles React in production mode and optimizes the build for the
best performance.
The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!
#### `npm run format`
Checks the code formatting using `Prettier`.\
This mode is recommended in CI as a sanity check, as the user has to manually
make changes to pass the check.
#### `npm run test`
Launches the test runner using `Vitest` in the interactive watch mode.
#### `npm run test:watch`
Runs the test runner in watch mode without coverage.
#### `npm run test:ui`
Runs the test runner in the UI mode using `Vitest`.