Angular 4 - The Basics 筆記(1): Install

  • Install Node.js

  • Install Angular CLI

    sudo npm install -g @angular/cli
  • Set-up new app

    ng new my-first-app
  • Run Server

    cd my-first-app
    ng serve

     

 視頻教程:https://www.youtube.com/watch?v=htPYk6QxacQ&t=592snpm

相關文章
相關標籤/搜索