Skip to content

Technical Documentation

Rory McElearney edited this page Aug 30, 2016 · 4 revisions

Travis

Linter

  • ESLint
  • Airbnb with React config

Test runner

Pre-commit hooks

  • Husky, which runs the linter and tests before each commit/push.

Commit messages

Webpack

  • webpack.config inputs/outputs
  • Explain difference between running in development and running in production

React

  • Redux, to manage app state.
  • Material-UI, Google's material design adapted for React.

Hosting

Clone this wiki locally