GitHub - vigetlabs/microcosm-quickstart: The quickest way to start using Microcosm. (original) (raw)

Microcosm Starter

An extension of create-react-packto make getting started with Microcosm easier.

Check the quickstart guide to get started.

Setup

Test

This will run the unit test suite. Acceptance tests are not run by default. To execute them:

Acceptance Tests

Or run the entire test suite with:

Coverage

Run test coverage with:

Then open ./coverage/index.html

Folder structure

src/
├── actions
├── presenters
├── domains
├── effects
├── style
├── views
├── index.js
├── repo.js
└── routes.js
test/
├── helpers
├── unit
└── integration