https://github.com/app-generator/deploypro-nodejs
DeployPRO Service - NodeJS Sample
https://github.com/app-generator/deploypro-nodejs
deployment-tools deploypro deploypro-nodejs deploypro-sample
Last synced: about 1 year ago
JSON representation
DeployPRO Service - NodeJS Sample
- Host: GitHub
- URL: https://github.com/app-generator/deploypro-nodejs
- Owner: app-generator
- Created: 2023-08-11T04:40:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-24T05:22:19.000Z (almost 3 years ago)
- Last Synced: 2025-04-06T18:12:47.118Z (about 1 year ago)
- Topics: deployment-tools, deploypro, deploypro-nodejs, deploypro-sample
- Language: JavaScript
- Homepage: https://www.docs.deploypro.dev/samples/nodejs
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# [DeployPRO NodeJS](https://www.docs.deploypro.dev/samples/nodejs) `Free Sample`
Minimal `NodeJS 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
```
$ yarn # install modules
$ node server
```
At this point, the app runs at `localhost:5000`
---
[NodeJS Starter](https://www.docs.deploypro.dev/samples/nodejs) - Open-source sample provided by [DeployPRO](https://deploypro.dev/)