Dear developers please help

Dear developers please help. I just installed visual studio code. there is nothing else on the computer. I wanted to make a clone of OpenSea, but nothing works for me. Tell me what else I need to install in order to do this lesson https://youtu.be/WZWCzsB1xUE
Thank you all in advance.

Install the following extensions in your VSC:

  1. https://marketplace.visualstudio.com/items?itemName=gamunu.vscode-yarn
  2. https://docs.microsoft.com/en-us/shows/beginners-series-to-nodejs/how-to-setup-vs-code-for-nodejs-development-5-of-26
1 Like

@Yan
I suggest you go step by step

  1. As suggested by @Cedro first install VScode and nodejs, make sure your version is greater than 16
  2. create install react app: https://reactjs.org/docs/create-a-new-react-app.html

Run the app

  1. Also install git: https://www.atlassian.com/git/tutorials/install-git
  2. install moralis react module: https://docs.moralis.io/moralis-server/getting-started/connect-the-sdk/connect-using-react

Make sure everything works fine here then move on to tutorial