Skip to content

GetWebstack-public/react-express-multi-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-express-multi-repo

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

Run the project

1. Install the GetWebstack CLI

curl -sSL https://getwebstack.com/install.sh | bash

2. Clone the repository

git clone https://github.com/GetWebstack-public/react-express-mono-repo
cd react-express-mono-repo

3. Initialize the workspace

gws init --from-file gws.json

Or, to regenerate the config:

gws init

4. Start all services

gws up

Use as a template

Fork this repository to use it as a starting point for your own project.

Project Structure

react-express-mono-repo/
├── gws.json           # Workspace definition
├── react-app/         # React frontend
└── express-server/    # Express backend

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors