/game-of-life-v2

Primary LanguageJavaScriptMIT LicenseMIT

Webpack TDD Boilerplate

A boilerplate Webpack build using Mocha and Chai.

Bundle JavaScript and compile SCSS out the box.

Installation

Download to your project directory.

To start, enter:

npm install

To run the dev server, enter:

npm run dev

index.html will be served from http://localhost:8080/.

To run tests, enter:

npm run test

When you're ready for production:

npm run build

Features

  • Mocha
  • Chai
  • eslint using Airbnb config
  • Babel
  • Compile SCSS
  • Hot reload with webpack

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and [open a pull request](https://github.com/eddyerburgh/webpack-tdd-boilerplate/compare