Open yozkan opened 8 years ago
Is this in development or production mode?
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.
I follow your instruction step by step everything is ok but express server doesn't run.