Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
11 lines (8 loc) · 385 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 385 Bytes

lessTerribleJavascript

supporting files for my "How I became a less terrible javascript developer" talk

sets up a simple environment supporting the following:

  • client side modules using webpack
  • es6 support using babel
  • sass support and transformation
  • linting using eslint

It's built up gradually so feel free to look back through the commits to see each feature being added