Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/itsubaki/nextjs-training

Next.js training
https://github.com/itsubaki/nextjs-training

nextjs react-hooks vercel vercel-kv vercel-postgres

Last synced: about 1 month ago
JSON representation

Next.js training

Awesome Lists containing this project

README

        

# nextjs13-training

- Using `App Router`
- `@vercel/kv`
- `@vercel/postgres`

```shell
% 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
```

```shell
% npm install @vercel/postgres
% npm install @vercel/kv
```