@chazzz/simple-doc
v0.0.5
Published
[]() [](https://conventionalcommits.org) [
- react-navigation (amazing isomorphic router)
- unit test with jest
- continuous integration with Travis
- tslint and prettier
- commitizen with cz-conventional-changelog
- gitHook with husky and lint-staged
- run prettier before commit
- run test before push
Requirement
- Node.js
- Expo Ide
- Redux remote devtools
- an android/iphone or genymotion installed
Installation
install dependancies
$ npm iCompile typescript source
$ npm startThen open Expo ide and start your project
Development
First release
$ npm run release --first-releaseRun tests
$ npm test
$ npm run tddScafolding
$ npm run generateYou have access to plop.js generators:
- component
- containers
- redux module (reducers, selector, actionCreator, middlewares)
- language
- page
- navigator
production
Publish a release
$ npm run release