Angular 2 + Apollo Client + RxJS.
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