Package Installation for Backend
In this section we will install npm packages on our backend.
- Open frontend code in VS Code.
- Open terminal of VS code.
- Make sure the terminal is pointing to the root folder.
- Run this command on the terminal
npm install
.
- The above command will install npm packages. It might take few minutes.
info
- Windows / Linux shortcut to open VS Code terminal
Ctrl
+`
. - Mac shortcut to open VS Code terminal
Command
+`
.