You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure that you have the compatible versions of [Visual Studio Code](https://code.visualstudio.com/download) and [NodeJS](https://nodejs.org/en/download) or later version in your machine before starting to work on this project.
12
12
13
13
## How to run this application
14
-
To run this application, you need to first clone the `getting-started-with-the-angular-file-upload-component` repository and then open it in Visual Studio Code. Now, simply build and run your project using `ng serve` command to view the output.
14
+
To run this application, you need to first clone the `getting-started-with-the-angular-file-upload-component` repository and then open it in Visual Studio Code. Now, install the package using `npm install`and simply run your project using `ng serve` command to view the output.
0 commit comments