Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 342 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 342 Bytes

react-modal-example

An example modal implementation in React, using react-bootstrap.

Setup

  1. Run npm install in the repo root directory.
  2. Install browserify globally using npm install -g browserify.
  3. Run browserify: browserify example/app.jsx -o example/app.js
  4. Open examples/index.html in your favorite browser and enjoy.