The configuration of tools like babel are one of the things that throws off beginners when learning to use the technology. We've setup our vagrant environment to give the folder /vagrant/src/es6-sandbox everything it needs to start working with the ES6 programming language (without worrying about getting the perfect babel configuration).
There are a few things we needed to do to supercharge babel to work in this environment. Here are a few concepts that exist in babel and how we configured our ES6 Sandbox to work.
We used NPM to install babel in the environment by executing the command: