Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

itsubaki/nextjs-training

Repository files navigation

nextjs13-training

  • Using App Router
  • @vercel/kv
  • @vercel/postgres
% npx create-next-app@latest
Need to install the following packages:
  [email protected]
Ok to proceed? (y)
✔ What is your project named? … nextjs13-training
✔ Would you like to use TypeScript with this project? … No / Yes
✔ Would you like to use ESLint with this project? … No / Yes
✔ Would you like to use Tailwind CSS with this project? … No / Yes
✔ Would you like to use `src/` directory with this project? … No / Yes
✔ Use App Router (recommended)? … No / Yes
✔ Would you like to customize the default import alias? … No / Yes
Creating a new Next.js app
% npm install @vercel/postgres
% npm install @vercel/kv