- Use atom or babel to transpile src/index.js into the build/index.js
/bin/bash serve/serve
node build/index.js
apm install linter linter-eslint language-babel editorconfig
- Uncheck
Lint on fly
- check
Disable When NoEslintrc File In Path
- uncheck
Use Global Eslint
(unchecking seems to be necessary in order to use es2016)
- check
Transpile On Save
src
inBabel Source Path
build
inBabel Transpile Path
- put
runtime
inOptional Transformers
npm test
or
npm run testwatch
or
npm test -- watch