Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sumana10/monorepo
https://github.com/sumana10/monorepo
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sumana10/monorepo
- Owner: sumana10
- Created: 2023-11-07T05:31:31.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-23T19:12:33.000Z (11 months ago)
- Last Synced: 2023-12-23T21:32:22.498Z (11 months ago)
- Language: CSS
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### What contains in monorepo
The monorepo contains
- An express backend
- A React frontend
- A Next frontend## Initial deploy
```
pm2 start npm --name "react" -- run "start:react"
``````
pm2 start npm --name "next" -- run "start:next"
``````
pm2 start npm --name "express" -- run "start:express"
```