Photo storage example
View this sample's code on GitHub
Prerequisites
This example requires an installation of:
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