🐎BLOG🐎

Next.js / Analyze Create project

pulished:

Analyze Create project

作成

createした様子

ファイル構成

.
└── test-app
    ├── .eslintrc.json
    ├── .git
    ├── .gitignore
    ├── README.md
    ├── jsconfig.json
    ├── next.config.js
    ├── node_modules
    ├── package-lock.json
    ├── package.json
    ├── pages
    ├── styles
    ├── public
    │   ├── next.svg
    │   └── vercel.svg
    └── src
        └── app

install packages

run the development server

note:

Next.js 13.4使用 ver11などとフォルダ構成が違うので注意


見てみる