It's what it sounds like yo! It's Just Babelβ’οΈ which means it's a project that simply uses a little babel to show what it's all about.
You find code in src and write special fancy JavaScript in it then compile it and watch it work in the browser using the public/index.html file!
yarn install
-- Gets the necessary dependencies from yarn/npmyarn build
-- Runs thebabel
CLI tool agains the src directory- Open public/index.html in browser and check the console