This library was created to minimize the time required to setup a development environment.
Key components provided by this library are:

  • Webpack
  • Webpack-dev-server
  • Jest + Enzyme (Unit testing)
  • Babel(ES6 + JSX support) (stage-0 included)
  • React
  • React-Redux
  • React-dom
  • Root files (ie: .eslintrc, .editorconfig etc.) for a project
  • css / sass support
  • bundle size analyzer
  • JS lint support
For developers wishing to setup a dev environment, please see the {@tutorial developersQuickStart} tutorial
For maintainers wishing to add features, please see the {@tutorial maintainersGettingStarted} tutorial