Get started quickly with a Postgres database and a Next.js App Router application.
by vercelTypeScript
Last 12 weeks · 0 commits
2 of 6 standards met
Repository: vercel/postgres-next-starter. Description: Get started quickly with a Postgres database and a Next.js App Router application. Stars: 55, Forks: 7. Primary language: TypeScript. Languages: TypeScript (98%), JavaScript (1.2%), CSS (0.8%). License: MIT. Open PRs: 0, open issues: 1. Last activity: 2mo ago. Community health: 62%. Top contributors: leerob, ctate.
Description Update package.json with following points. 1. Add library to devDependencies. 2. Move some dependencies to devDependencies. 3. Remove command from scripts. Why? library is needed to run db commands. For example, command shows error unless you install it. command might be wrong if you use yarn, pnpm and bun.