1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Yeomanで作成したMEANアプリを別環境(Mac)で動作させる方法

Posted at
  1. MongoDBをインストールする brew install mongodb
  2. MongoDBを動作させる launchctl load ~/Library/LaunchAgents/homebrew.mxcl.mongodb.plist
  3. node.jsをインストールする brew install node
  4. package.jsonで管理されている依存関係を解決する npm install
  5. bower.jsonで管理されている依存関係を解決する bower install
  6. MEANアプリを実行する grunt serve
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?