paulenokels / react_slider

Fancy image slider using reactjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Fancy image slider using reactjs

License:GNU General Public License v3.0


Languages

Language:JavaScript 66.3%Language:CSS 19.4%Language:HTML 14.3%