Jayden Seric 832a13147c Updated dependencies.
The latest version of Next.js ships with webpack v3, which requires a
config workaround.
2017-07-08 18:23:10 +10:00
..
2017-07-08 18:23:10 +10:00
2017-07-08 18:23:10 +10:00
2017-04-03 21:38:07 -06:00

Apollo upload example web application

An example web application using Next.js, React Apollo client and Apollo upload client.

Setup

  1. Install the latest Node.js.
  2. Run npm install within the app directory in Terminal.
  3. Copy .env.example, rename it .env and customize.

For development run npm run dev.

For production run npm run build && npm run start.

Support

  • Node.js versions >= 7.6.