How to Create a Node and Babel Project using Visual Studio Code
In this post, we will look at how to create a basic Babel project using Node in Visual Studio Code. Babel is a useful plugin that transpiles JavaScript to various versions. Let’s look at how to set this up. First, let’s create a new folder in Windows called babeltest and run npm init -y to create the package: We now have one file in our directory, the package.json: Note, alternatively … Continue reading How to Create a Node and Babel Project using Visual Studio Code