This project was bootstrapped with Create React App.
##Setup Clone the project to a directory on your local machine
git clone https://github.com/paulenokels/react_slider.git
Make sure you have nodejs installed globally, open command line and run the following commands
npm install -g create-react-app
create-react-app image-slider
cd image-slider
npm install react-bootstrap –-save
npm install bootstrap@3 --save
npm start
The app should now be running on http://localhost:3000