Basic boilerplate for React experiments or to make a minimal repo for reproducing bugs.
- image support. It serves static images located in
src/images
fromimages
. 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/App
andsrc/images
to start clean.