Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run on localhost #4

Open
julianhansby opened this issue Apr 10, 2017 · 2 comments
Open

Run on localhost #4

julianhansby opened this issue Apr 10, 2017 · 2 comments

Comments

@julianhansby
Copy link

Hi there, apologies for this very trivial question but once I hit "npm start", my app builds as it should and it confirms by saying "=> Started proxy." and "=> Started MongoDB", but that's it.

IE, how do I actually view this in my browser? I tried http://localhost:3000 as an example but no luck.

Also, if I want to test this on an actual android device, how do I go about that?

Thanks (in advance) for your help

@vtulin
Copy link

vtulin commented Apr 10, 2017

You should see also.

=> Started your app.
=> App running at: http://localhost:3000/

@mjwheatley
Copy link
Owner

To start the app on an Android device, in the package.json change this line:

"meteor": "meteor run --settings ../config/development/settings.json",

To the following:

"meteor": "meteor run android-device --settings ../config/development/settings.json",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants