Run
yarn
andyarn build
in the root directory first. Then you can runyarn start
inside any example directory.You may also need to run commands like
yarn start:server
(e.g. in the Apollo example app). Be sure to check the scripts found in each example'spackage.json
.
These examples are tied to the Cosmos monorepo. This makes them useful for internal development, but not for using them as a starter kit.
Here are some external examples that didn't sit comfortably in this monorepo:
And here are some real life examples:
- Flatris (Redux, Jest snapshots)
- Illustrated Algorithms (custom proxies, Jest snapshots)