/react-simple-slider

Simple slider with react

Primary LanguageJavaScriptMIT LicenseMIT

react-simple-slider

Simple slider with react

Screenshots

App Screenshot

Run Locally

Clone the project

  git clone https://github.com/ethsam/react-simple-slider.git

Go to the project directory

  cd react-simple-slider

Install dependencies and update

  npm install
  npm update

Start the server

  npm start

or

  NODE_OPTIONS=--openssl-legacy-provider npm start