hasura / react-redux-ssr-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

  • Run npm install, if not already.
  • Run this example that uses the StackExchange API to get StackOverflow questions by using the same commands as given in the development environment usage.
  • Change the namespace, schema and other details on the package.json file.

Usage

  • For development environment, run the commands npm run start-dev and npm run watch-client each on two different terminals.
  • For production environment, run the command npm run start-prod.

About

License:MIT License


Languages

Language:JavaScript 96.2%Language:CSS 3.7%Language:Shell 0.1%