- This is a work in progress
- It is meant to be my personal boilerplate for web-apps based on
- webpack
- typescript
- react
- less
- material-ui
- The typescript compilation is done by Atom with the typescript compiler.
- Philosophy:
- be lean and simple
- use a small set of the best components
- use strict typing when it brings value; don't over do it though