https://github.com/okazawa0929/nuqs-demo
https://github.com/okazawa0929/nuqs-demo
nextjs nuqs
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/okazawa0929/nuqs-demo
- Owner: okazawa0929
- Created: 2024-08-07T07:48:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-19T07:14:45.000Z (over 1 year ago)
- Last Synced: 2025-04-19T23:53:14.055Z (over 1 year ago)
- Topics: nextjs, nuqs
- Language: TypeScript
- Homepage: https://nuqs-demo.vercel.app
- Size: 86.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 使い方
1. パッケージインストール
```bash
npm install
# or
yarn install
# or
pnpm install
# or
bun install
```
2. 開発サーバー起動
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```