Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 841 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 841 Bytes

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