Skip to content

0-s0g0/newNextapp

Repository files navigation

NextApp+tailwind開発用!

git url 変えるんやで!

git remote set-url origin https://github.com/〇〇
git remote set-url --push origin https://github.com/〇〇

Readme テンプレート

使用技術一覧

目次

  1. プロジェクトについて
  2. 環境
  3. ディレクトリ構成
  4. 開発環境構築
  5. トラブルシューティング

プロジェクトについて

一般社団法人TSUNAGUのwebサイト

環境

言語・フレームワーク バージョン
Node.js 16.17.0
React 18.2.0
Next.js 13.4.6

ディレクトリ構成

├── app/
│   ├── api/
│   │   └── hello/
│   │       └── route.ts ←/api/helloのAPIを実装
│   ├── actions/
│   │   ├── aaa-action.ts ←サーバーアクションを実装
│   │   └── hello-action.ts ←APIを作らずにここで実装することも可能
│   ├── page1/
│   │   ├── [id]/
│   │   │   ├── page.module.css ←個別のCSSの実装
│   │   │   ├── actions.css ←個別でサーバーアクションの実装も可能
│   │   │   └── page.tsx ←/page1/1とかのページを実装
│   │   ├── page.module.css
│   │   └── page.tsx ←/page1のページを実装
│   ├── page.tsx ←/のページを実装
│   ├── loading.tsx ←ロード中ページを実装
│   ├── layout.tsx ←全体レイアウトを実装
│   └── globals.css ←全体のcssを実装

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors