Skip to content

app-generator/deploypro-nextjs

Repository files navigation

DeployPRO NextJS Free Sample

Minimal NextJS Sample provided by DeployPRO service for testing.


Run in Docker

$ docker-compose up --build

At this point, the app runs at localhost:5000


Manual Build

$ yarn 
$ yarn dev   # development
$ yarn build # production


NextJS Starter - Open-source sample provided by DeployPRO