Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 325 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 325 Bytes

react-seed

Done

  • Basic build system: NPM + Webpack
  • Lint: ESLint + AirBnb guideline enforcement
  • ES6 support using Babel

Doing

  • CSS Tooling: SASS + PostCSS

To be Done

  • Test harness to run in multiple browsers
  • Advanced build system: minification, concatenation, source maps, watchers, SASS linter, etc