Skip to content

pradeepgangwar/Ember-Graphql-QuickStart

Repository files navigation

Ember-GraphQL-Quickstart

This README outlines the details of collaborating on this Ember application. This application uses GraphQL. It uses Hasura GraphQL Engine for graphql server and Ember Apollo Client. It uses

Prerequisites

You will need the following things properly installed on your computer.

Installation

After you have Hasura Graphql engine ready either on Docker or Heroku, you can proceed with the following commands to setup ember application to render your frontend.

  • git clone <repository-url> this repository
  • cd ember-graphql-quickstart
  • npm install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Linting

  • npm run lint:js
  • npm run lint:js -- --fix

Building

  • ember build (development)
  • ember build --environment production (production)

Further Reading / Useful Links

About

Repo to quickly build and setup your ember application that uses graphql

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published