rotelando / altair

The only graphQL client you will need.

Home Page:http://altair-gql.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build

altair logo

Altair GraphQL Client

A graphQL client for making graphQL queries to a graphQL server. https://altair-gql.herokuapp.com/

Also there's a chrome extension.

If you are a Mac user, you could also get the mac app too.

Development server

Run npm start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run npm run build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Generate chrome extension files

Run npm run build-ext to build the chrome extension files. The extension files will be stored in the chrome-extension/ directory.

Generate electron app

Run npm run build-electron to build the electron apps. The apps will be stored in the electron-builds/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor. Before running the tests make sure you are serving the app via ng serve.

Further help

To get more help on working with the project, check out the Angular CLI README.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Credits

This project was built using Angular, an awesome opensource project from the folks at Google.

The desktop apps were built using electron, another awesome opensource project from the folks at github.

In case I missed out any other projects, do let me know :)

About

The only graphQL client you will need.

http://altair-gql.herokuapp.com/

License:MIT License


Languages

Language:TypeScript 65.3%Language:HTML 15.2%Language:CSS 12.0%Language:JavaScript 6.4%Language:Shell 1.1%