Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/itsubaki/nextjs-training
- Owner: itsubaki
- Created: 2021-09-07T12:37:53.000Z (over 3 years ago)
- Default Branch: nextjs13
- Last Pushed: 2023-10-07T15:15:57.000Z (over 1 year ago)
- Last Synced: 2023-10-07T16:22:17.381Z (over 1 year ago)
- Topics: nextjs, react-hooks, vercel, vercel-kv, vercel-postgres
- Language: TypeScript
- Homepage: https://nextjs12-training.vercel.app
- Size: 1.06 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```