This is my repository for ES2015 samples & experiments. See Babel ES2015 Preset for further information.
- Type
npm initto install local node modules - Type
babel src -d buildto transpile everything from /src folder to /build folder - Run
node build/example.jsto output the results