Im extreeemely new, just downloaded VS Code today. Not sure if these are dumb questions or not.
So i downloaded a copy of Vite's template for React. And putting it into VS instead of doing the method of the powershell, because it straight up wasnt working and my friend said Vite was templates for react so i wouldn't have to go through that process. But it seems in the powershell version, it has a "start": "react-scripts start" as the line to put into the terminal to start the app. But i dont see that, i see a debug button over "dev" but it just creates an error:
'vite' is not recognized as an internal or external command, operable program or batch file.
Also this isnt a VS Code channel, but do you maybe know why the ts and tsx files have loads of red lines in the code? I feel like maybe VS project hasnt been set to recognize typescript yet. And is it possible to get the app running on the side live like in the test website i got the project from?