devboell / basic-react-bp

Basic boilerplate for React experiments or to make a minimal repo for reproducing bugs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic boilerplate for React experiments or to make a minimal repo for reproducing bugs.

notes:

  • image support. It serves static images located in src/images from images. It also supports images imported as a module. (see example in src/App/index.js).
  • it's possible to call jest's toMatchSnapshot() on enzyme wrappers.
  • just empty src/App and src/images to start clean.

About

Basic boilerplate for React experiments or to make a minimal repo for reproducing bugs


Languages

Language:JavaScript 96.1%Language:HTML 3.9%