Created
November 3, 2014 20:47
-
-
Save danrasmuson/c3f4e621d7732ba9f1ae to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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