Skip to content

nermalcat69/zerops-next-nodejs

 
 

Repository files navigation

Zerops + Nextjs - Nodejs

Header Image

A Nodejs Next.js example for Zerops that you can deploy in 2 steps on zerops.

Features

  • Nextjs 14 (App Router)
  • Tailwind
  • Prettier

Instructions to Deploy on Zerops

  1. Navigate to the Zerops Dashboard and locate the import project button on the sidebar.

  2. Paste the Project Yaml

project:
  name: zerops-nextjs

services:
  - hostname: nextnodejs
    type: nodejs@18
    buildFromGit: https://github.com/fxck/zerops-next-nodejs
    ports:
      - port: 3000
        httpSupport: true
    enableSubdomainAccess: true
    minContainers: 1

If you still find yourself stuck in the process join our Discord community.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 92.9%
  • CSS 4.7%
  • JavaScript 2.4%