Simple JavaScript project with ESLint and configured testing, including:
- Karma 1.x + Mocha 3.x + Webpack 3.x + Babel 6.x + ChromeHeadless for browser testing (
yarn test:browser
). - Mocha 3.x + Babel 6.x for server testing (
yarn test
). - Istanbul 11.x + codecov for coverage.
- Debugging with Chrome (
yarn test:debug
) - Configured Travis CI.
To use:
git clone -o template git@github.com:victorzinho/js-boilerplate <your_project>
cd <your_project>
git remote add origin <your_repo>
(start working)