I'm currently exploring new ways to develop and have come across the MEAN stack, which can be found here - http://mean.io/#!/
I have installed Mongo, Node (plus npm etc...) and gone through all the steps stated on the website. The issue comes when I execute grunt (or even node server.js) and open the webpage - terminal displays the following:
Error: ENOENT, open '/Users/xxx/myApp/bower_components/bootstrap/dist/css/bootstrap.css'
First problem is, bower_components directory doesn't actually exist! I'm assuming this is probably the first point of call, however I'm not totally sure where to start in troubleshooting this (I'm new to bower).
Does anyone have any experience with MEAN stack and/or how to resolve the issue with bootstrap / bower_components directory?
Any help would be appreciated.
Thanks in advance :)