/my-es6-node-starterkit

es6 with node boilerplate

Primary LanguageJavaScriptMIT LicenseMIT

my-es6-node-starterkit

A boilerplate for writing node module using es6 with webpack, jest, and eslint.

Build Status codecov code style: prettier

Getting started

  1. Fork or clone this repository
  2. $ cd into the repository folder
  3. $ npm install to install all the required dependencies from npm
  4. lint and test using $ npm test
  5. coverage $ npm run coverage
  6. Build : $ npm run build

Features

  • Sanely configured babel, webpack, prettier, .gitignore
  • Linting and testing are pre-configured using eslint, jest.

Licensing

MIT