jsedlacek / monorepo

Monorepo with yarn worspaces, typescript and parcel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monorepo with yarn workspaces, typescript and parcel

Example monorepo containing three packages:

  • server - express server serving static files and API
  • client - client code that loads data from API and renders
  • shared - types and code shared among server and client

Setup

git clone https://github.com/jsedlacek/monorepo.git
cd monorepo
yarn
make run

Open http://localhost:8000

About

Monorepo with yarn worspaces, typescript and parcel


Languages

Language:TypeScript 66.9%Language:HTML 17.3%Language:Makefile 15.8%