A work in progress - nothing to see here.
Check open issues for our Minimum Viable Product.
First clone and install the project:
git clone git@github.com:transloadit/transloadit-js-client.git
cd transloadit-js-client
npm install
Now to get a sandbox environment set up, type:
npm run preview
# For instant rebuilds, in a new tab, type:
npm run watch
This will npm run build
the project into ./build
, and then serve that
directory using a simple static http server.