An open API service indexing awesome lists of open source software.

https://github.com/3drx/probe-next


https://github.com/3drx/probe-next

Last synced: 7 months ago
JSON representation

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).