react-fine-uploader
Easily integrate Fine Uploader or Fine Uploader S3 into a React app. Drop-in high-level components for a turn-key UI. Use small focused components to build a more custom UI.
File Explorer
Download Latest Version (.zip)- karma.conf.js
- webpack.config.js
- webpack.manual-test.config.js
- gallery-initial.png
- gallery-with-files.png
- index.jsx
- styleable-element.jsx
- gallery.css
- index.jsx
- pause-icon.jsx
- play-icon.jsx
- upload-failed-icon.jsx
- upload-icon.jsx
- upload-success-icon.jsx
- x-icon.jsx
- composer.json
- composer.lock
- index.html
- index.jsx
- php.ini
- tester.jsx
- file-input.spec.jsx
- styleable-element.spec.jsx
- index.spec.jsx
- cancel-button.spec.jsx
- delete-button.spec.jsx
- filename.spec.jsx
- filesize.spec.jsx
- gallery.spec.jsx
- pause-resume-button.spec.jsx
- progress-bar.spec.jsx
- retry-button.spec.jsx
- sanity.spec.js
- status.spec.jsx
- tests.bundle.js
- utils.jsx
- index.jsx
- not-available-placeholder.jsx
- placeholder.jsx
- waiting-placeholder.jsx
- cancel-button.jsx
- delete-button.jsx
- dropzone.jsx
- filename.jsx
- filesize.jsx
- pause-resume-button.jsx
- progress-bar.jsx
- retry-button.jsx
- status.jsx
- .babelrc
- .editorconfig
- .eslintignore
- .eslintrc.json
- .gitignore
- .travis.yml
- LICENSE
- package-lock.json
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/FineUploader/react-fine-uploader
Downloads the entire project code from GitHub to your computer.
cd react-fine-uploader
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
