AKIRA-MIYAKE / next13-experimental

Implementation sample using `app` directory of Next13 experimental function

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementation sample using app directory of Next13 experimental function.

Getting Started

Before executing the next command, you need to start the server that provides the Web API.

npm run server
# or
yarn server

This server starts at http://localhost:3001.

Then, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

About

Implementation sample using `app` directory of Next13 experimental function

License:MIT License


Languages

Language:TypeScript 81.6%Language:JavaScript 18.2%Language:CSS 0.2%