craft-redux icon indicating copy to clipboard operation
craft-redux copied to clipboard

CRA teamplate for CRAFT https://github.com/stoyan/craft

Results 4 craft-redux issues
Sort by recently updated
recently updated
newest added

after yarn install i can't run it ``` $ yarn start yarn start v0.27.5 $ node -r ./scripts/env-dev ./node_modules/.bin/react-scripts start D:\react_project\practice\practice0\node_modules\.bin\react-scripts:2 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") ^^^^^^^ SyntaxError:...

🚨 You need to enable Continuous Integration on all branches of this repository. 🚨 To enable Greenkeeper, you need to make sure that a [commit status](https://help.github.com/articles/about-statuses/) is reported on all...

greenkeeper

Please add "../../" to "actions/counter" and "selectors/counter" ``` import React, { Component, PropTypes } from 'react'; import { increment, decrement } from '../../actions/counter'; import { connect } from 'react-redux'; import...

Could be useful to have eslint in the project since the beginning. You can find a good one [here](https://github.com/lp741/useful-project-configs/tree/master/lint/javascript), which I usually use in my react and js projects.