LoginSignup
3
5

More than 5 years have passed since last update.

とりあえずはじめるAngular2

Last updated at Posted at 2017-04-20

Webpackを使用したAngular2開発のテンプレートプロジェクト

https://github.com/angular/angular2-seed
上記のGitからクローンしてWebstormかPycharmで開発

1.Node.jsをインストール(http://qiita.com/sinmetal/items/154e81823f386279b33c

  • 適当に6.10.0とかインストール

2.必要なnode_moduleをインストール

npm install

3.Webサーバー起動

npm start

http://localhost:3000/ にアクセスすると閲覧できる

「<プロジェクトフォルダ>/src/app」配下のソースを開発していく

資料リンク

Angular2本家のドキュメント(https://angular.io/docs/ts/latest/

Angular2日本語情報サイト
http://blog.lacolaco.net/
http://blog.yuhiisk.com/category/angular2/

3
5
2

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
3
5