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

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -