Export Angular project from StackBlitz to local

后端 未结 6 488
暖寄归人
暖寄归人 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 04:18

    It is true that StackBlitz does not generate such file. But a tsconfig.json file in a directory indicates that such directory is the root of a TypeScript project. So, you can create such file and leave it empty. It allowed me to compile from terminal. https://www.typescriptlang.org/docs/handbook/tsconfig-json.html

提交回复
热议问题