0.2.17 • Published 8 years ago
ouya v0.2.17
Installation
Related Tools
Usage
API
Container
Store
getMutableStore
creators
createCollector
createBindings
## Examples
Contribution
Guidelines & co TBD.
Tasks
Development
yarn startto run eslint on watch mode and dev-server at localhost:8080.yarn dev:serverto run dev-server at localhost:8080.yarn watchto only watch for/recompile on changes.yarn test:devto run jest tests in watch mode.yarn lint:watchrun eslint on watch mode.
Release
yarn buildto generate a minified, production-ready build.yarn testto generate test report + coverage for Travis CI & Coveralls.