Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/app-generator/deploypro-react
DeployPRO Service - React Sample
https://github.com/app-generator/deploypro-react
deployment-tools deploypro deploypro-react deploypro-sample
Last synced: 15 days ago
JSON representation
DeployPRO Service - React Sample
- Host: GitHub
- URL: https://github.com/app-generator/deploypro-react
- Owner: app-generator
- Created: 2023-07-18T05:26:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-24T05:23:19.000Z (over 1 year ago)
- Last Synced: 2024-12-15T21:18:16.045Z (20 days ago)
- Topics: deployment-tools, deploypro, deploypro-react, deploypro-sample
- Language: JavaScript
- Homepage: https://www.docs.deploypro.dev/samples/react
- Size: 380 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [DeployPRO React](https://www.docs.deploypro.dev/samples/react) `Free Sample`
Minimal `React 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 start # development
$ yarn build # production
```
---
[React Starter](https://www.docs.deploypro.dev/samples/react) - Open-source sample provided by [DeployPRO](https://deploypro.dev/)