lucascmreis / monorepo-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 47.6%Language:HTML 34.0%Language:CSS 18.4%