https://github.com/3drx/probe-next
https://github.com/3drx/probe-next
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/3drx/probe-next
- Owner: 3DRX
- Created: 2025-05-08T15:54:48.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-05-12T15:40:19.000Z (8 months ago)
- Last Synced: 2025-05-12T16:49:25.422Z (8 months ago)
- Language: TypeScript
- Homepage: https://probe-next.vercel.app
- Size: 312 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js App Router with static output + shadcn/ui + tanstack/query
Next.js project template that builds to static outputs, use shadcn/ui as component library and
styling system, use tanstack/query as data fetch & state management.
## Dev
Install deps:
```bash
npm i
```
Run the development server:
```bash
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
Format code with prettier:
```bash
npm run format
```
Lint code with eslint:
```bash
npm run lint
```
## Tool Chain
This template also uses react compiler (all the time) and turbopack (during dev).
### Rspack
You can build Next.js with rspack, checkout [branch probe_rspack](https://github.com/3DRX/probe-next/tree/probe_rspack).