Skip to main content

Photo storage example

View this sample's code on GitHub

Prerequisites

This example requires an installation of:

  • Install the BIG SDK.

  • Download and install

  • Download and install Node.js.

Install

Clone the example dapp project:

git clone https://github.com/thebigfile/examples
cd examples/hosting/photo-storage

React build

The React frontend is built by running:

npm install
npm run build