Tell us what’s happening:
Hi, I have made a project on Codepen using Babel as Preprocessor for Javascript. Now I want to run this project on my local machine. I have installed the Babel extensions from the VS code. But I guess that would not be enough. How did you guys do it?
You do not need Babel for JavaScript to work locally. You need Nodejs for JS to work locally. However, if you are wanting to use React locally, then you would need something like Babel, but are better-off using create-react-app to set up your workspace.
If you are more specific with what you are trying to accomplish, we can help more.
Absolutely. For a frontend-only app in React, create-react-app is an excellent place to start. There is a tonne of documentation out there to get you going locally.