ga-wdi-boston / ember-study

Other
1 stars 93 forks source link

Add instructions for installing Ember #27

Closed RealWeeks closed 7 years ago

RealWeeks commented 8 years ago

ember-cli globally bower globally watchman

Remove from ember lesson.

issue opened via @jrhorn424

gaand commented 8 years ago
npm install -g ember-cli
npm install -g bower
brew install watchman

Currently on linux, watchman must be installed from source.

RealWeeks commented 8 years ago

@gaand @jrhorn424 Do we trust the to do this on their own?

jrhorn424 commented 8 years ago

It isn't about trust. If we include the full instructions from ga-wdi-boston/ember, due diligence has been done. @gaand ?

gaand commented 8 years ago

Installing should be something they can handle at this point in the cohort.

MicFin commented 7 years ago

@gaand Both of the required readings include those steps, I believe this can be closed.

https://guides.emberjs.com/v2.11.0/getting-started/ https://ember-cli.com/user-guide/#getting-started

jrhorn424 commented 7 years ago

Thanks @MicFin.