We're going to use the create-react-app because it sets some useful tools and canonical defaults for React projects. This is just a command-line utility to scaffold out new React projects.
Check out the demo to see it in action (on your mobile or emulate touches on your browser). Implementing Slideout.js into your project is easy. First of all, you'll need to create your markup. You ...