LoginSignup
0
2

More than 5 years have passed since last update.

AngularJS 4.0を始めてみる

Last updated at Posted at 2017-04-10

AngularJS 4.0をnpmでインストール

npm install -g @angular/cli

サンプルプロジェクトを作成

ng new marph-sample

ポートを4200→80に変更

package.json
 "start": "ng serve --port 80",

サンプルプロジェクトを起動

 npm start

サンプルプロジェクトを開く

http://localhost

AngularJS4対応のIDEをインストール

npm install -g angular-ide
ngide install ~/Development/angular-ide
0
2
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
0
2