Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/app-generator/deploypro-nextjs

DeployPRO Service - NextJS Sample
https://github.com/app-generator/deploypro-nextjs

deploypro deploypro-nextjs deploypro-sample

Last synced: 15 days ago
JSON representation

DeployPRO Service - NextJS Sample

Awesome Lists containing this project

README

        

# [DeployPRO NextJS](https://www.docs.deploypro.dev/samples/nextjs) `Free Sample`

Minimal `NextJS Sample` provided by [DeployPRO](https://deploypro.dev/) service for testing.


## Run in `Docker`

```bash
$ docker-compose up --build
```
At this point, the app runs at `localhost:5000`


## Manual Build

```bash
$ yarn
$ yarn dev # development
$ yarn build # production
```


---
[NextJS Starter](https://www.docs.deploypro.dev/samples/nextjs) - Open-source sample provided by [DeployPRO](https://deploypro.dev/)