This is boilerplate repository, for fast and easy way to start you monorepo project with ReactJS and Node.js.
- Clone this repository
git clone https://github.com/lucascmreis/monorepo-boilerplate.git
- Install dependencies in all packages
yarn
All commands listed below is at the root directory.
-
Start server
yarn workspace @monorepo/server start
-
Start client
yarn workspace @monorepo/client start
-
Access the react client:
http://localhost:3000/
-
Access the react client:
http://localhost:8000/