Skip to content

Instantly share code, notes, and snippets.

@mogeta
Last active January 3, 2016 18:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mogeta/8501363 to your computer and use it in GitHub Desktop.
Save mogeta/8501363 to your computer and use it in GitHub Desktop.
generator-angularはかなり best wayな話。
#gruntを使用して、サーバーをたてる。
grunt serve
#testの実行
grunt test
#ビルド minifyやファイルの統合などを行う
grunt build
#新規アプリ作成
yo angular [app-name]
#新規ページ作成
yo angular:route myroute
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment