- Using a new component for sections. - Renamed “multi” to “multiple” in the uploader name, to match the input attribute “multiple”.
Apollo upload example web application
An example web application using Next.js, React Apollo client and Apollo upload client.
Setup
- Install the latest Node.js.
- Run
npm installwithin theappdirectory in Terminal. - Copy
.env.example, rename it.envand customize.
For development run npm run dev.
For production run npm run build && npm run start.
Support
- Node.js versions >= 7.6.