# clone repo
git clone https://github.com/kartikmahajan5688/Myportfolio.git
# navigate to repo
cd Myportfolio
# install deps
npm install
Backend
# Run in terminal
npm start
Instead you can also debug in Visual Studio Code with pressing the f5 key.
Run from Visual Studio Code by executing command (with f1 to open command palette)
Run Task
and selecting dev
.
👨💻 All of my projects are available at https://github.com/kartikmahajan5688/Myportfolio