CycleJS App Boilerplate

Bleeding edge boilerplate for CycleJS apps with TypeScript v2, webpack, mocha + chai and xstream.

Dependency Status

Setup

  • npm install
  • npm start for dev server at localhost:3000
  • npm test for unit tests
  • npm run build for production environments

ToDos

  • Add routing solution
  • Setup tests
  • Containerize
  • Better example (e.g. Component with HTTP)
  • Fix TS server side