18 lines
600 B
Markdown
18 lines
600 B
Markdown
# Apollo upload example web application
|
|
|
|
An example web application using [Next.js](https://github.com/zeit/next.js), [React Apollo client](http://dev.apollodata.com/react) and [apollo-upload-client](https://github.com/jaydenseric/apollo-upload-client).
|
|
|
|
## Setup
|
|
|
|
1. Install the latest [Node.js](https://nodejs.org) and [npm](https://npmjs.com).
|
|
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
|
|
|
|
See `engines` in `package.json`.
|