Export Angular project from StackBlitz to local

后端 未结 6 487
暖寄归人
暖寄归人 2021-02-01 03:25

I would like to export an Angular project done in StackBlitz an execute it from Angular CLI with the command ng serveas we do with an Angular project created in our

6条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-01 03:59

    1. Click on that button with the arrow pointing down
    2. cd into you project cd "your app name"
    3. npm install
    4. ng serve

提交回复
热议问题