Skip to content

ry/tutorial-with-next

Repository files navigation

Next.js with Deno Tutorial

This project demonstrates how to run a Next.js application using Deno. It's a complete tutorial example showing how to set up, develop, and deploy a Next.js app in the Deno runtime environment.

Make it your own!

You can deploy your own version of this Next.js app to Deno Deploy immediately. Just click the button to clone and deploy.

Deploy on Deno

About This Tutorial

This tutorial project shows you how to:

  • Set up a Next.js project
  • Run your project on Deno
  • Add a simple backend API route
  • Update the frontend to fetch data from the backend
  • Deploy your Next.js app to Deno Deploy

For the complete step-by-step of this tutorial, visit: Next.js Tutorial on Deno Docs

Getting Started

First, run the development server:

deno run dev

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

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

Deploy on Deno

You can deploy this project on Deno Deploy! To get started, follow these steps:

  1. Go to the Deno Deploy dashboard.
  2. Click on "New Project".
  3. Select your GitHub repository.
  4. Follow the prompts to deploy your Next.js application.
  5. Once deployed, you will receive a URL where your application is live.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published