项目作者: stephnr

项目描述 :
My own custom React/Redux implementation for web applications + GraphQL API
高级语言: JavaScript
项目地址: git://github.com/stephnr/super-react-redux-starter.git
创建时间: 2016-08-13T21:07:35Z
项目社区:https://github.com/stephnr/super-react-redux-starter

开源协议:

下载


Super React Redux Starter

Code Climate Test Coverage Issue Count

Deploy

Getting Started for development

  • Install Modules
  1. npm install
  • Run the app in development mode
  1. npm run develop
  • Run the app in debug mode
  1. npm run debug
  • Run the app in production mode
  1. npm start