Run
yarn
andyarn build
in the root directory first. Then you can runyarn start
inside this example directory.
This example is tied to the Cosmos monorepo, which makes it useful for internal development, but not as useful as a starter kit because some dependencies are implicit.
Here are some external examples that didn't sit comfortably in this monorepo:
Warning: The external examples might use Cosmos Classic, a previous version that is no longer referenced in the monorepo.
And here are some real life examples:
- Flatris (Redux, Jest snapshots)
- Illustrated Algorithms (Custom proxies, Jest snapshots)