/gss

GraphQL server with subscriptions

Primary LanguageJavaScript

gss

Install the required dependencies with npm install. Run the command in the root directory and then in the client directory.

After that, start the app as follows:

  • run npm start in the root directory
  • run npm start in the client directory

The backend is available at http://localhost:4000/graphql. The frontend is available at http://localhost:1234.