Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 576 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 576 Bytes

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