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: 3 months 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-03T06:53:58.000Z (over 8 years ago)
- Last Synced: 2025-02-06T04:14:02.680Z (5 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
[](https://codeclimate.com/github/Stephn-R/super-react-redux-starter) [](https://codeclimate.com/github/Stephn-R/super-react-redux-starter/coverage) [](https://codeclimate.com/github/Stephn-R/super-react-redux-starter)
[](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
```