/next13-experimental

Implementation sample using `app` directory of Next13 experimental function

Primary LanguageTypeScriptMIT LicenseMIT

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.