Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 538 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 538 Bytes

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