Skip to content

Instantly share code, notes, and snippets.

@danrasmuson
Created November 3, 2014 20:47
Show Gist options
  • Save danrasmuson/c3f4e621d7732ba9f1ae to your computer and use it in GitHub Desktop.
Save danrasmuson/c3f4e621d7732ba9f1ae to your computer and use it in GitHub Desktop.
sudo npm install -g mean-cli
mean init yourNewApp
cd yourNewApp
npm install
// start mongo server
monogd
grunt
// visit
localhost:30000
// refer to doucmentation
http://learn.mean.io/#mean-io-packages-files-structure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment