LoginSignup
3
2

More than 5 years have passed since last update.

Angular2 新規プロジェクト作成のベストプラクティス

Last updated at Posted at 2016-10-01

今からAngular2を始める人のための新規プロジェクト作成のベストプラクティス

(nodeとnpmはインストールされている前提です)

npm i -g angular-cli
mkdir -p sample
cd sample
ng init
ng serve

ブラウザでアクセスする。

以上。

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