@prabink/react-node-cli
Version:
React Node Application Generator & Helpers To Serve React Build, Push to github & Export industry level react project structure
23 lines (14 loc) • 451 B
Markdown
# Node React Release Build
Node js code that will serve the react build in the port specify inside .env file.
#### feel free to change the PORT according to your need.
## Running Server
Using node & script (foreground)
```bash
npm start
```
Using pm2 & script (background)
```bash
pm2 start npm --name "myApp" -- run "start:test"
pm2 start npm --name "myApp" -- run "start:staging"
pm2 start npm --name "myApp" -- run "start:production"
```