https://github.com/eternityx/nextjs-bp
Next.js boilerplate
https://github.com/eternityx/nextjs-bp
Last synced: over 1 year ago
JSON representation
Next.js boilerplate
- Host: GitHub
- URL: https://github.com/eternityx/nextjs-bp
- Owner: EternityX
- Created: 2024-05-11T00:00:53.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T20:20:21.000Z (about 2 years ago)
- Last Synced: 2025-04-10T19:43:32.679Z (over 1 year ago)
- Language: TypeScript
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Features
- Next.js
- TypeScript
- Tailwind CSS
- ESLint
- Prettier
- Logging with Pino
- Error monitoring with Sentry and Spotlight
## Getting Started
Run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
### Error monitoring
1. Update `sentry.client.config.ts`, `sentry.edge.config.ts`, and `sentry.server.config.ts` with your Sentry DSN.
2. Update the `project` and `org` attribute in `next.config.mjs` with the values from your Sentry project.