an apollo graphQL server starter project
The easiest way to start the server is to run:
npm run start
check
: Lints and checks for formatting problems.fix
: Automatically fixes formatting and linting problems (if possible).clean
: Removes output files.compile
: Compiles the source code using TypeScript compiler.pretest
,posttest
andprepare
: convenience integrations.- If a source folder is not already present it will add a default template project.