Export Angular project from StackBlitz to local
问题 I would like to export an Angular project done in StackBlitz an execute it from Angular CLI with the command ng serve as we do with an Angular project created in our local machines. 回答1: Just do it. Here is where you need to click: 回答2: To resolve this error: ENOENT: no such file or directory, stat '/.../projectFolder/tsconfig.app.json' After downloading the project from StackBlitz I copied the zip to a folder. The tsconfig.app.json file for my project was located in the src folder. To