Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imcatwhocode/next-starter
🙈 Opionated Next.js starter
https://github.com/imcatwhocode/next-starter
Last synced: 1 day ago
JSON representation
🙈 Opionated Next.js starter
- Host: GitHub
- URL: https://github.com/imcatwhocode/next-starter
- Owner: imcatwhocode
- License: mit
- Created: 2024-03-04T00:32:57.000Z (10 months ago)
- Default Branch: dev
- Last Pushed: 2024-03-04T00:36:18.000Z (10 months ago)
- Last Synced: 2024-11-11T10:08:26.645Z (about 1 month ago)
- Language: JavaScript
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Next.js
This is an opionated Next.js template with the following features:
- App Router
- TypeScript
- ESLint, Prettier according to the Vercel Engineering Style Guide
- Tailwind CSS
- Commitlint with Conventionnal Commits rules and pre-commit hooks
- Dockerfile ([@flydotio/dockerfile](https://www.npmjs.com/package/@flydotio/dockerfile))## Requirements
Node.js v20 and later.
## Getting Started
```bash
# If you don't have yarn installed, install it via corepack
corepack enable# Install deps
yarn# Start dev server
yarn dev# Lint and check formatting
yarn lint# Build for production
yarn build# Start production server
yarn start
```