Skip to content

lucascmreis/monorepo-boilerplate

Repository files navigation

Monorepo Boilerplate with ReactJS client and Node.js server


About

This is boilerplate repository, for fast and easy way to start you monorepo project with ReactJS and Node.js.

Technologies

How to use

Install

  1. Clone this repository
    git clone https://github.com/lucascmreis/monorepo-boilerplate.git
    
  2. Install dependencies in all packages
    yarn
    

Run

All commands listed below is at the root directory.

  1. Start server

     yarn workspace @monorepo/server start
    
  2. Start client

     yarn workspace @monorepo/client start
    
  3. Access the react client: http://localhost:3000/

  4. Access the react client: http://localhost:8000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published