Skip to content

Pedro-vk/GraphQL-test

Repository files navigation

GraphQL Test

Build status Dependencies status DevDependencies status

Angular 2 + Apollo Client + RxJS.

Run or compile the project

Serve the project on http://localhost:8080/ and watch changes.

Note: GraphCool ended the service, so this project doesn't have a backend.

npm start

Compile the project on dist folder manually. Note: the project is deployed to GitHub pages automatically.

npm run build

Run test.

npm test

Run TSLint and SASS-Lint.

npm lint