Welcome to Shaun Luttin's public notebook. It contains rough, practical notes. The guiding idea is that, despite what marketing tells us, there are no experts at anything. Sharing our half-baked ideas helps everyone. We're all just muddling thru. Find out more about our work at bigfont.ca.

Damian Edwards Talks at Orchard Harvest 2014: MvcMusicStore.Spa

Tags: orchard-harvest, asp.net, asp.net-mvc

  1. Clone github.com/aspnet/MusicStore
  2. Install Node and NPM http://nodejs.org/download/ (I already had both Node and NPM installed and needed to update to the most recent versions.)
  3. Then, run ALL of the following in an elevated command prompt. Note that I did not use NodeJS command prompt.
rem from anywhere
npm install -g bower
npm install -g grunt-cli

rem from your project's directory rem cd MusicStore\src\MvcMusicStore.Spa> npm install bower install grunt

See also