abuiles / ember-101

https://leanpub.com/ember-cli-101
95 stars 23 forks source link

Ask readers to cd into the project directory #33

Closed bendycode closed 8 years ago

bendycode commented 8 years ago

When teaching web development classes over the years, there tended to be at least 1 student each semester who would wonder why the following commands didn't work, and it turned out they didn't change into the directory of the new project.

Since readers of this book ought to be more advanced than beginning web developers, perhaps it's fine not to give them the explicit command they need to issue. If you decide to give the command, you'll need to give a version for Unix/Linux/OS X, and another version for Windows.

stavarotti commented 8 years ago

@bendycode Perhaps we should add the instruction further down, most likely after If everything is fine...:

If everything is fine, we can do ember server and navigate to http://localhost:4200 where we should see a Welcome to Ember message.

abuiles commented 8 years ago

Thanks!