ffxsam / ffx-meteor-react-boilerplate

Meteor 1.4 + React boilerplate (DEPRECATED/ABANDONED) 👋
133 stars 20 forks source link

the example branch does NOT work? #13

Closed jbenga closed 8 years ago

jbenga commented 8 years ago

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 commented 8 years ago

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 commented 8 years ago

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