Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stephnr/super-react-redux-starter

My own custom React/Redux implementation for web applications + GraphQL API
https://github.com/stephnr/super-react-redux-starter

ava babel graphql nodejs react redux wallaby webpack

Last synced: 27 days ago
JSON representation

My own custom React/Redux implementation for web applications + GraphQL API

Awesome Lists containing this project

README

        

# Super React Redux Starter

[![Code Climate](https://codeclimate.com/github/Stephn-R/super-react-redux-starter/badges/gpa.svg)](https://codeclimate.com/github/Stephn-R/super-react-redux-starter) [![Test Coverage](https://codeclimate.com/github/Stephn-R/super-react-redux-starter/badges/coverage.svg)](https://codeclimate.com/github/Stephn-R/super-react-redux-starter/coverage) [![Issue Count](https://codeclimate.com/github/Stephn-R/super-react-redux-starter/badges/issue_count.svg)](https://codeclimate.com/github/Stephn-R/super-react-redux-starter)

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/Stephn-R/super-react-redux-starter/)

#### Getting Started for development

- Install Modules

```sh
npm install
```

- Run the app in development mode

```sh
npm run develop
```

- Run the app in debug mode

```sh
npm run debug
```

- Run the app in production mode

```sh
npm start
```