Yarn Workpsace Repo for my VIA Stack blog posts on medium.com
- yarn
- in the various packages/apps, yarn start , to start the app/demo
These demos are for my various VIA Stack blog posts and are here in the form of a yarn workspace (i.e. a "monorepo"). Most of the demos are standalone and you can just copy out the packages from the app folder and install and run in it, rather than using yarn workspaces. With that said, yarn workspaces/monorepos are awesome and you should learn how to use them. They are a great tool in your programming utility belt!