Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/app-generator/deploypro-nextjs
- Owner: app-generator
- Created: 2023-08-11T13:09:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-24T05:25:13.000Z (over 1 year ago)
- Last Synced: 2024-12-15T21:18:15.971Z (20 days ago)
- Topics: deploypro, deploypro-nextjs, deploypro-sample
- Language: JavaScript
- Homepage: https://www.docs.deploypro.dev/samples/nextjs
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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/)