- node.js v16.16.0
npm install
npm run test
npm run dev
-
Install node.js version v16.16.0
-
Fork project
-
Remove .vscode/ if vscode is not your editor
-
Replace all ocurrences of "apollo-server-skeleton" with your project name.
-
Verify everything works:
npm install && npm run dev
and open localhost:3000 in your browser -
Verify tests pass with
npm run test
-
Continue development
-
apollo-graphql server
-
environment variables loaded using dotenv
-
.nvmrc file
-
.gitignore
-
auto-generate typescript graphql types with @graphql-codegen/typescript
-
vscode debugging config