download react website from the net and turn it into vs code code example
Example 1: how to create react app in vs code
npx create-react-app my-app
Example 2: vs code enable "html" in "javascript"
"emmet.includeLanguages": {
"javascript": "javascriptreact",
"vue-html": "html",
"razor": "html",
"plaintext": "pug"
}