https://github.com/arafipro/next-form-yt
【Next.js14】【TypeScript】Webアプリ必須!入力フォームを作る
https://github.com/arafipro/next-form-yt
nextjs14 tailwind-css typescript youtube
Last synced: 2 months ago
JSON representation
【Next.js14】【TypeScript】Webアプリ必須!入力フォームを作る
- Host: GitHub
- URL: https://github.com/arafipro/next-form-yt
- Owner: arafipro
- Created: 2024-02-05T05:23:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-06T08:44:40.000Z (about 1 year ago)
- Last Synced: 2025-01-24T20:47:01.080Z (4 months ago)
- Topics: nextjs14, tailwind-css, typescript, youtube
- Language: TypeScript
- Homepage: https://youtu.be/fPsz5OhpSDE
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 【Next.js14】【TypeScript】Webアプリ必須!入力フォームを作る
## YouTube
[](https://youtu.be/fPsz5OhpSDE)
## 技術選定
- TypeScript
- Next.js
- Tailwind CSS## 初期設定
### NodeModuleをインストール
```bash
npm install
```