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

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アプリ必須!入力フォームを作る

Awesome Lists containing this project

README

        

# 【Next.js14】【TypeScript】Webアプリ必須!入力フォームを作る

## YouTube

[!["【Next.js14】【TypeScript】Webアプリ必須!入力フォームを作る"](https://i.ytimg.com/vi/fPsz5OhpSDE/maxresdefault.jpg)](https://youtu.be/fPsz5OhpSDE)

## 技術選定

- TypeScript
- Next.js
- Tailwind CSS

## 初期設定

### NodeModuleをインストール

```bash
npm install
```