wonderkiln / angular-blog

AngularJS ready-to-deploy blog w/ Admin Panel
http://inkhorngames.github.io/angular-blog
MIT License
37 stars 16 forks source link

Express server doesn't run #10

Open yozkan opened 8 years ago

yozkan commented 8 years ago

I follow your instruction step by step everything is ok but express server doesn't run.

jaffamonkey commented 8 years ago

Is this in development or production mode?

jaffamonkey commented 8 years ago

The steps that worked for me locally (after installation/starting mongod) are:- npm install && bower install && grunt -f (the -f as there are some unit test fails that I cant work out why yet). Then the code is ready for development and production (heroku) mode. Though have some issue currently deploying to heroku.