/uploadcare-widget-react-demo

How to use Uploadcare Widget in React app

Primary LanguageJavaScriptMIT LicenseMIT

Demo: Uploadcare Widget in a React app

This repo is an example of how you can use Uploadcare Widget in a React app.

Uploadcare stack on StackShare

Uploadcare Widget is an HTML5 file uploader, a part of the Uploadcare ecosystem.

Using the Demo

Step 1. Clone the repo

git clone git@github.com:uploadcare/uploadcare-widget-react-demo.git
cd uploadcare-widget-react-demo

Step 2. Install the dependencies

npm install

Step 3. Run the app in development mode

npm start

Step 4. Build static files of the app in production mode

npm run build

Step 5. Check out results

You will find the results in the dist directory.