barthicus / simple-uploader-next13

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File Upload Example

This shows how you can upload a file to Next.js 13 in the app directory using server components. The example is found in app/page.tsx.

Getting Started

Install deps:

pnpm install

First, run the development server:

pnpm dev

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

About


Languages

Language:TypeScript 95.7%Language:JavaScript 4.3%