Jayden Seric 3f33fb16d8 Support latest client and server alphas.
Also:

- Update deps.
- Lock `apollo-cache-inmemory` to v1.0.0 since newer versions are buggy.
- New file naming approach for stored uploads.
- More intuitive mixed ESM/CJS module imports in the API.
2017-11-20 00:40:10 +11:00
..
2017-10-02 19:22:51 +11:00
2017-10-02 19:22:51 +11:00

Apollo upload logo

Apollo upload example web app

An example SSR web app using:

Setup

  1. Install the latest Node.js and npm.
  2. Duplicate .env.example as .env and configure.
  3. Run npm install in the app directory with Terminal.
  4. Run npm run dev for development, or npm run build && npm start for production.

Ensure your editor supports:

Support

See package.json engines.