CleverStack / angular-seed

The AngularJS based Modular Frontend for CleverStack, MEAN and so much more
http://youtube.com/watch?v=-4ArURHExhQ
MIT License
118 stars 36 forks source link

Please add an "Installation" section in readme #33

Closed rinatio closed 10 years ago

rinatio commented 10 years ago

Something like

$ npm install
$ bower install
$ grunt

would help a lot for total nodejs newbies

Thanks

pilsy commented 10 years ago

It clearly says right here https://github.com/clevertech/cleverstack-angular-seed#2-setup that all you need to do is "npm run-script setup"

rinatio commented 10 years ago

Alright, I started reading from top, and step 1 is features. One of them says:

To start a local server do: $ grunt server

And after that there's a "Set Up" guide. Kind of confusing