-
Notifications
You must be signed in to change notification settings - Fork 2
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
- Commitizen with cz-conventional-changelog, which provides suggestions on how to structure commit messages according to conventional changelog standard used by Angular.
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