meatwallace / tbd

a space for getting myself up to speed on the latest patterns & tech. TypeScript monorepo w/ Yarn v2 workspaces + PnP.

Home Page:https://tbd.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tbd

Github Actions CI workflow status

a space for getting myself up to speed on the latest patterns & tech.

currently featuring:

everything else is still to be determined, really.

production app

quick start

# install yarn if you  don't have it
npm install -g yarn

# bootstrap dependencies
yarn

# start projects in development mode
yarn start:api
yarn start:styleguide
yarn start:web

# build projects for production
yarn build:api
yarn build:web

inspiration & prior art

About

a space for getting myself up to speed on the latest patterns & tech. TypeScript monorepo w/ Yarn v2 workspaces + PnP.

https://tbd.vercel.app


Languages

Language:TypeScript 81.4%Language:JavaScript 16.7%Language:HTML 1.5%Language:CSS 0.2%Language:Shell 0.2%