Skip to content
Stoutie edited this page Jun 8, 2015 · 5 revisions

Structure

  • react-router
  • some kind of flux framework
  • some kind of data fetching framework
  • sensible folder structure

Build

  • static type checking
  • compile es6 and jsx
  • linting
  • watch and rebuild

Test

  • compile and run tests in any browser
  • tests co-located with source files
  • tests compiled similar to source
  • watch and run tests

Server

  • dev server
  • hot module replacement

Reusable

  • cli tool
  • app depends on cli tool
  • cli tool depends on all the other stuff
Clone this wiki locally