Basic boilerplate for React experiments or to make a minimal repo for reproducing bugs.
- image support. It serves static images located in
src/imagesfromimages. It also supports images imported as a module. (see example insrc/App/index.js). - it's possible to call jest's
toMatchSnapshot()on enzyme wrappers. - just empty
src/Appandsrc/imagesto start clean.