/tbd

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

Primary LanguageTypeScript

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