Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sumana10/monorepo


https://github.com/sumana10/monorepo

Last synced: 10 days ago
JSON representation

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"
```