Skip to content

Latest commit

 

History

History
55 lines (43 loc) · 1.05 KB

README.md

File metadata and controls

55 lines (43 loc) · 1.05 KB

Synthesis

Travis CI Build Status:

Build Status

Part I

Make best practices automated.

Why a starter kit ?

Codifies

  • Decisions
  • Best practices
  • Lessons learned Encourages consistency Avoids forgetting important details Increases quality
  • Doing the "right" thing is the easy thing

Avoids repeating work

A starter Kit is an Automated Checklist

A list of things we do around here

  • Package Manager
  • Bundling
  • Minification
  • Sourcemaps
  • Transpiling
  • Dynamic HTML Generation
  • Centralized HTTP
  • Mock API framework
  • Component libraries
  • Development Webserver
  • Linting
  • Automated testing
  • Continuous Integration
  • Automated Build
  • Automated Deployment
  • Working example app

Why should you use us ?

  • Reduce decision fatigue
  • Right thing becomes automated
  • Codifies lessons learned
  • Rapid feedback
  • Automated checklist