/tomo0611-home

My page

Primary LanguageTypeScript

tomo0611-home (開発中)

このプロジェクトは Next.jsで作った僕のホームページ。

初期セットアップ

npx create-next-app@latest
(version 13.4.16)
Project name : tomo0611-home
Use TypeScript : Yes
Use ESLint : Yes
Use Tailwind CSS : Yes
Use `src/` directory : Yes
Use App Router? (recommended) : Yes
Customize the default import alias? : No

実行

開発サーバーは以下のコマンドで動かす。

npm run dev

それから、 http://localhost:3000 を開いて結果を見る。

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on どこか

部活の共有サーバーにデプロイする予定です。

Next.js deployment documentationで詳細を学ぶ。