You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45d7398ab0
Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/yargs/yargs-parser/releases) - [Changelog](https://github.com/yargs/yargs-parser/blob/v5.0.1/CHANGELOG.md) - [Commits](https://github.com/yargs/yargs-parser/compare/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: yargs-parser dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
3 years ago | |
---|---|---|
config | 5 years ago | |
src | 5 years ago | |
.gitignore | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago | |
gulpfile.js | 5 years ago | |
package.json | 5 years ago | |
tsconfig.json | 5 years ago | |
tslint.json | 5 years ago | |
yarn.lock | 3 years ago |
README.md
Template for Express Graphql servers
This repository can be used as a template to create a graphql webservice with nodejs and express.
Install
Just clone the repository and run yarn install
.
Build
To build the project and run it, type gulp
(if gulp was not found, install it with npm i -g gulp
). To run it you would run node ./dist
which executes the generated index.js
file in the dist directory.