An example GraphQL API using:
- Install the latest Node.js and npm.
- Duplicate
.env.example
as.env
and configure. - Run
npm install
in theapi
directory with Terminal. - Run
npm run dev
for development, ornpm run start
for production.
Ensure your editor supports:
See the package.json
field engines
.