797 B
797 B
Apollo upload example API
An example GraphQL API using:
Setup
- Install the latest Node.js and npm.
- Duplicate
.env.exampleas.envand configure. - Run
npm installin theapidirectory with Terminal. - Run
npm run devfor development, ornpm run startfor production.
Ensure your editor supports:
- EditorConfig.
- ESLint, respecting
package.jsonconfig. Atom users installlinter-eslintand enableFix errors on save.
Support
See package.json engines.