

Select server.js, which is the startup script for the app. js to display all the JavaScript/JSON files in the project along with each file's parent directory In order to orient ourselves within the codebase, let's play around with some examples of some of the navigation capabilities that Visual Studio Code provides.Įnter. Use the following command to install dependencies: npm install Press Ctrl + Shift + ` to display the Visual Studio Code integrated terminal. With this Node.js project, you must first ensure that all of the project's dependencies are installed from npm. Select (or create) the local directory into which you want to clone the project. When prompted for the Repository URL, enter, then press Enter. To get started, clone the sample project using the following steps:Īt the command palette prompt, enter gitcl, select the Git: Clone command, and press Enter.

