/react_slider

Fancy image slider using reactjs

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

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

Installation

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