jdx / mean-sample

Sample project for Write Modern Web Apps with the MEAN Stack by Jeff Dickey
https://mean-sample.herokuapp.com
165 stars 90 forks source link

Running this cloned project #37

Open richiwu opened 9 years ago

richiwu commented 9 years ago

I'm not sure what I'm doing wrong, but if I just clone this project, and type "node server.js" in my cmd prompt, this doesn't even run, there's lots of modules missing. I tried doing an npm install, but that failed too

ovidius72 commented 9 years ago

you have to run:

to install all required node modules