Skip to content

miguelramosfdz/microcosm-quickstart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microcosm Starter

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

Check the quickstart guide to get started.

Setup

npm install
npm start

Test

npm test

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

Acceptance Tests

npm run test:acceptance

Or run the entire test suite with:

npm run test:all

Coverage

Run test coverage with:

npm run test:cov

Then open ./coverage/index.html

Folder structure

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

About

The quickest way to start using Microcosm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.1%
  • HTML 18.6%
  • CSS 7.3%