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

the example branch does NOT work? #13

Closed
jbenga opened this issue Apr 6, 2016 · 2 comments
Closed

the example branch does NOT work? #13

jbenga opened this issue Apr 6, 2016 · 2 comments

Comments

@jbenga
Copy link

jbenga commented Apr 6, 2016

Hi, the example branch does NOT work when I do:
$ npm run example

However, the message on the command line says:
"echo "When you're done with the example app, run 'npm run exit' to return to the boilerplate."; git checkout example".
So, it is running somewhere. How do I view it?

@ffxsam
Copy link
Owner

ffxsam commented Apr 6, 2016

I'm going to change this to be more straightforward. It's not really running, npm run example and npm run exit are just executing git checkout commands.

You can do git checkout example to switch to the example branch, and git checkout master to switch back. So if you're using the example branch, you can just run the example by running meteor as you normally would.

@ffxsam
Copy link
Owner

ffxsam commented Apr 7, 2016

@jbenga I've updated the boilerplate to be more straightforward with regards to the example app. Check the README.md file.

@ffxsam ffxsam closed this as completed Apr 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants