gomatcha / matcha

Build native mobile apps in Go.
https://gomatcha.io/
Apache License 2.0
3.49k stars 162 forks source link

possible for Document Get Started step-by-step #26

Open bakatest-me opened 7 years ago

bakatest-me commented 7 years ago

Im newbie in Golang but. I think concept Gomatcha possible for build app in great production possible for Document Get Started step-by-step many Project. for easy to learn

overcyn commented 7 years ago

Is there something you are stuck on in particular? There is a basic getting started guide here https://gomatcha.io/guide/getting-started/

bakatest-me commented 7 years ago

yep, In https://gomatcha.io/guide/getting-started/ no problem but in https://github.com/gomatcha/matcha/tree/master/examples I can't build insta and some project

overcyn commented 7 years ago

What is the error you are running into?

prologic commented 6 years ago

For those of us who have never done mobile app developer (like ever) can you also add resources / links or a basic guide on getting the apps on a phone?

overcyn commented 6 years ago

To be honest its not at the point where someone without ios/android experience can pick it up and build an app. You will run into many roadblocks, but the Apple and Android's getting started guides are pretty good introductions.

https://developer.apple.com/library/content/referencelibrary/GettingStarted/DevelopiOSAppsSwift/ https://developer.android.com/training/index.html

prologic commented 6 years ago

What's missing? What are some of the roadblocks? (I'm looking for ways to get into hobbyst app development but don't want to learn Java/Obj-C)

James Mills / prologic

E: prologic@shortcircuit.net.au W: prologic.shortcircuit.net.au

On Sat, Nov 4, 2017 at 1:43 AM, Kevin Dang notifications@github.com wrote:

To be honest its not at the point where someone without ios/android experience can pick it up and build an app. You will run into many roadblocks, but the Apple and Android's getting started guides are pretty good introductions.

https://developer.apple.com/library/content/referencelibrary/ GettingStarted/DevelopiOSAppsSwift/ https://developer.android.com/training/index.html

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/gomatcha/matcha/issues/26#issuecomment-341881289, or mute the thread https://github.com/notifications/unsubscribe-auth/ABOv-rXp46NZpfNjREOtYoxc8hRABc6aks5szCO7gaJpZM4Pxcfx .

1l0 commented 6 years ago

@bakatest-me Did you read README? Besides that, if you want Android only add targets like this:

matcha init --targets="android"
matcha build --targets="android" gomatcha.io/matcha/examples