Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stephnr/super-react-redux-starter
- Owner: stephnr
- Created: 2016-08-13T21:07:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-03T06:53:58.000Z (almost 8 years ago)
- Last Synced: 2024-10-25T08:35:29.925Z (3 months ago)
- Topics: ava, babel, graphql, nodejs, react, redux, wallaby, webpack
- Language: JavaScript
- Homepage:
- Size: 204 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
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
```