es6raitnau is a simple starter-kit project for use ES6 modules feature using rollup and bublé tools.
You can install all dependencies with node 6 and npm with:
npm install
You can build de project with:
npm run build
You can test sources files from project with:
npm run test
In this starter kit we are using.
- Babel ( to compile ES6 to ES5 )
- Rollup ( to build ES6 modules )
- Mocha ( to testing )
- Eslint ( to lint and format code )