https://github.com/signoz/sample-nextjs-app
https://github.com/signoz/sample-nextjs-app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/signoz/sample-nextjs-app
- Owner: SigNoz
- Created: 2024-07-24T05:20:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-03T17:15:10.000Z (6 months ago)
- Last Synced: 2025-04-03T18:26:26.552Z (6 months ago)
- Language: TypeScript
- Size: 275 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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).
## Getting Started
To run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Instrumentation Docs: [NextJs OpenTelemetry Instrumentation](https://signoz.io/docs/instrumentation/nextjs/)
Open [http://localhost:3000](http://localhost:3000) with your browser to interact with application.