init-gql-server
v1.0.1
Published
Init a GraphQL Server boilerplate project with TS in one command
Downloads
2
Readme
INIT GRAPHQL SERVER
Installation
The project requires Node.js v14 to run.
npx init-gql-server <project-name>
Install the dependencies and devDependencies and start the server.
npm install
npm start
yarn
yarn start