An example modal implementation in React, using react-bootstrap.
- Run
npm installin the repo root directory. - Install browserify globally using
npm install -g browserify. - Run browserify:
browserify example/app.jsx -o example/app.js - Open examples/index.html in your favorite browser and enjoy.