- A recent version of Node.js
npm install -g create-react-app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- set up the modal to start hidden and fade in and out --> | |
| <div id="myModal" class="modal fade"> | |
| <div class="modal-dialog"> | |
| <div class="modal-content"> | |
| <!-- dialog body --> | |
| <div class="modal-body"> | |
| <button type="button" class="close" data-dismiss="modal">×</button> | |
| Hello world! | |
| </div> | |
| <!-- dialog buttons --> |