8000 GitHub - eser/deno-next-showcase: a project is designed to demonstrate the brand-new features of Deno 2, Next 15 and React 19
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

a project is designed to demonstrate the brand-new features of Deno 2, Next 15 and React 19

License

Notifications You must be signed in to change notification settings

eser/deno-next-showcase

Repository files navigation

Deno 2, Next 15 and React 19 Showcase

Getting Started

Project Setup

First, clone the repository and install pre-commit hooks:

git clone https://github.com/eser/deno-next-showcase.git

cd deno-next-showcase
pre-commit install

Installing Dependencies

Install required dependencies:

deno install

Running the App

Locally

Then, 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 src/app/page.tsx. The page auto-updates as you edit the file.

In Docker (preferred)

docker compose -f ./ops/docker/compose.yml up -d

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

In Docker (old-school)

docker build -f ./ops/docker/Dockerfile -t deno-next-showcase .
docker run -it --rm -p 3000:3000 deno-next-showcase

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

License

Apache 2.0, see LICENSE for more details.

About

a project is designed to demonstrate the brand-new features of Deno 2, Next 15 and React 19

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Contributors 3

  •  
  •  
  •  
0