git clone git://github.com/fortana-co/react-dropzone-uploader.git cd react-dropzone-uploader yarn npm run dev This runs code in examples/src/index.js, which has many examples that use Dropzone. The library source code is in the /src directory. Thanks Thanks to react-dropzone, react-select...
git clone git://github.com/fortana-co/react-dropzone-uploader.git cd react-dropzone-uploader yarn npm run devThis runs code in examples/src/index.js, which has many examples that use Dropzone. The library source code is in the /src directory....
.babelrc .gitattributes .gitignore .npmignore .prettierrc.js LICENSE README.md build_docs.sh package.json rdu.gif styleguide-quickstart.config.js styleguide.config.js styleguide.setup.js tsconfig.dev.json tsconfig.json update_styleguides.py webpack.build.config.js webpack.config.js yarn.lockBre...
git clone git://github.com/fortana-co/react-dropzone-uploader.git cd react-dropzone-uploader yarn npm run dev This runs code in examples/src/index.js, which has many examples that use Dropzone. The library source code is in the /src directory. Thanks Thanks to react-dropzone, react-select...
build_docs.sh Adds npm script and build_docs.sh to rebuild styleguides, and example…package.json feat: set credentials option to be true rdu.gif Simplifies styleguidist config styleguide-quickstart.config.js Quickstart also uses styleguidist for interactive docsstyle...