Modal Example in ReactJS.
- Fork this repo
- Clone your forked copy of this repo
git clone https://github.com/[Your Username]/react_modal_example.git- Change directory into the newly cloned repo
cd react_modal_example- Install dependencies
npm install- Start dev server
npm start- Open a browser and navigate to
localhost:3000
- Run webpack to bundle files
npm run bundleNOTE: After bundling you can not directly run your app locally. You must run your app from the root directory of a server.