javascript - MEAN.io application not starting -


i trying teach myself how use mean stack , working through docs mean.io site. @ point run following commands:

$ npm install -g mean-cli $ mean init <myapp> $ cd <myapp> && npm install 

and these run fine. when next step either run

gulp 

or

node server 

and nothing happens. if run gulp after gets part says

finished 'development' after 6.15 μs 

in logs hangs there. if run node server hangs , nothing else happens. in either case see nothing @

http://localhost:3000/

is common sticking point people?


Popular posts from this blog

javascript - Js, document.getElementById("ID").innerHTML, error -

objective c - Is there a way in OCMockito to make stubs fail when an unknown method is called? -

jquery - jqGrid update specific column data with out refreshing the entire column? -