Search code examples
angularjsangular-seed

angular seed npm start


I am trying to setup the angular-seed. I have gone through the steps described in angular-seed docs which are: 1: clone the repo; 2: go in the root folder on my pc and install node with npm install; 3: start the project with npm start

After step 3 the result is displayed on the image below.
http://postimg.org/image/wnkvgf473/ <<<===image of the output


Solution

  • Before you get too attached to angular-seed, you might want to check out this comparison of the alternatives and make an informed decision

    http://dancancro.com/comparison-of-angularjs-application-starters/