项目作者: ibnukipa
项目描述 :
A landing screen for mobile applications
高级语言: JavaScript
项目地址: git://github.com/ibnukipa/landing-apps.git
Landing Apps
Requirements
Node.js
Yarn
Installing Deps
$ yarn check-dep
- ignore pod error if you are not using MacOS
Running
Android
$ yarn android` // dev debug
iOS
$ yarn ios // dev debug
- use
Git Flow
as the git workflow design (https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow)
v2/master
, v2/develop
, v2/feature/*
v2/feature/{story-code}-any-feature-name
- versioning commit/tag for native release ->
vX.X.X
- versioning commit/tag for OTA release ->
vX.X.X-ota-X
or cX.X.X-hf-X
- always obey the
Eslint