Skip to content

Commit 2a60dfa

Browse files
committed
added supervisor for react
1 parent ee92c47 commit 2a60dfa

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@
5858
- [Create a Host](../../../create-a-host)
5959
## Go Lang
6060
- [Set Go Path](go/go-path-set.go)
61+
## System
62+
- [Supervisor for Frontend React](system/supervisor/frontend.conf)
63+
6164
## Other
6265
- [Install Protobuf 3 on Ubuntu](https://gist.github.com/mrxmamun/c3afc8e9318135d5f79177ff528655a4)
6366

system/supervisor/frontend.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[program:test]
2+
directory="project directory"
3+
command=npm start
4+
autorestart=true
5+
stderr_logfile=/var/log/test.err.log
6+
stdout_logfile=/var/log/test.out.log

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy