A multi-repo project managed with gws (GetWebstack CLI). The workspace is defined in gws.json and contains two services:
| Service | Path | Description |
|---|---|---|
react-app |
react-app/ |
React frontend application |
express-server |
express-server/ |
Express.js backend server |
curl -sSL https://getwebstack.com/install.sh | bashgit clone https://github.com/GetWebstack-public/react-express-mono-repo
cd react-express-mono-repogws init --from-file gws.jsonOr, to regenerate the config:
gws initgws upFork this repository to use it as a starting point for your own project.
react-express-mono-repo/
├── gws.json # Workspace definition
├── react-app/ # React frontend
└── express-server/ # Express backend