Skip to content

Instantly share code, notes, and snippets.

@garystafford
Last active August 29, 2015 13:57
Show Gist options
  • Save garystafford/9717849 to your computer and use it in GitHub Desktop.
Save garystafford/9717849 to your computer and use it in GitHub Desktop.
From blog post, Retrieving Data with AngularJS and the MEAN Stack: http://wp.me/p1RD28-16F. Download, install, and start project: https://github.com/garystafford/meanstack-data-samples
# install meanstack-data-samples project
git clone https://github.com/garystafford/meanstack-data-samples.git
cd meanstack-data-samples
npm install
bower install
mongoimport --db meanstack-$NODE_ENV --collection components components.json --drop # Unix
# mongoimport --db meanstack-%NODE_ENV% --collection components components.json --drop # Windows
grunt test
grunt server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment