Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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