mtiger2k / react-redux-graphql-passport-starter

React redux hot starter - apollo-graphql backend api, with mongo, passport-jwt supported
34 stars 7 forks source link

this repo is deprecated, please see my new starter: react-redux-graphql-starter, it uses apollo client 2, and more other libraries, very like jhipster react client.

react-redux-graphql-passport-starter

npm version Get on Slack Build Status

an example for react-redux apollo/graphql application, with mongo passport backend support.

About

This is a starter boilerplate app I've put together using the following technologies:

Installation

npm install

Running Dev Server

npm run start-api
npm start

Building and Running Production Server

npm run build
npm start

Explanation

Client Side

Use react-apollo and apollo-client to fetch data via graphql api.

API Server

Express with apollo server, using passport to authenticate.


Thanks for checking this out.

– Scott, Tian, [shaoqin.tian@hpe.com]