Basic ES6 project

Hi everyone,

I just created a basic project repository that compiles ES6 in order to use it in Codingames.
You can find it here:
https://github.com/Sylphide/es6-skeleton

Simply build the project using “npm run build” or “gulp” command lines, and either copy the content of dist/script.js in the Cogingame IDE or use the extension to watch this file locally.
In this way, you’ll be able to use all functionnalities of ES6 javascript.
Remember this is just a basic project. I know lots of you will find this obvious but I hope it will save times to some people.

Happy holydays

3 Likes