项目作者: ibnukipa

项目描述 :
A landing screen for mobile applications
高级语言: JavaScript
项目地址: git://github.com/ibnukipa/landing-apps.git
创建时间: 2020-12-26T07:55:20Z
项目社区:https://github.com/ibnukipa/landing-apps

开源协议:

下载


Landing Apps

Requirements

  1. Node.js
  2. Yarn

Installing Deps

  1. $ yarn check-dep - ignore pod error if you are not using MacOS

Running

Android
  1. $ yarn android` // dev debug
iOS
  1. $ yarn ios // dev debug

Development Information

  1. 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
  2. always obey the Eslint