mwood23 / react-monorepo-starter

A batteries included monorepo starter for jumpstarting application development with React.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Monorepo Platform 🏕

A batteries included monorepo starter to jumpstart application development.

Getting Started

git clone https://github.com/mwood23/react-monorepo-starter.git

cd react-monorepo-starter

# Installs deps and builds all packages and projects
yarn bootstrap

yarn <PROJECT-YOU-WANT-TO-RUN>:dev

Workspaces

There is a workspace available for each project located in .vscode/platform.code-workspace. It is helpful to run this so you can receive topical search results that ignore built files or test coverage directories. It also changes your title bar color so you can easily find this project compared to other coding windows you have open.

About

A batteries included monorepo starter for jumpstarting application development with React.

License:MIT License


Languages

Language:JavaScript 83.6%Language:HTML 16.4%