react-redux-starter-kit
react-redux-starter-kit copied to clipboard
Get started with React, Redux, and React-Router.
I was having this problem on a derivative project, however I can't reproduce it in the vanilla starter project. Webpack 2 projects require that `modules: false`be specified for Babel. It...
Hello, I'm currently using NodeJs with the React-Redux-Starter-Kit, i have added > historyApiFallback: true, in webpackConfig-dev-server-config.js : ``` webpackConfig.devServer = { hot: true, https: true, historyApiFallback: true, contentBase: './', host:...
why it doesnt give http 404 error message when i access unreachable resources? it gives empty page only
I have cloned the repo on master (3.0.0-alpha.1) and install dependencies with node v6. Everything executes fine but when I modify any React component the hot reloading does not work...

I have followed the instructions for deploying to heroku, however, every time I attempt to deploy I receive the following error: ` error An unexpected error occurred: "https://registry.yarnpkg.com/aws4/-/aws4-1.5.0.tgz: Request failed...
Repro: 1. start with vanilla clone of project 2. change /project.config.publicPath to 'http://localhost:3000/' (may be a firewall issue or just a Mac thing) 3. npm run start 4. browse to...
I tried to build the project (npm start)and got this error ``` ERROR in ./src/main.js Module build failed: Error: Couldn't find preset "react" relative to directory "/Users/username/tmp" at /Users/username/tmp/react-redux-starter-kit/node_modules/babel-core/lib/transformation/file/options/option-manager.js:293:19 at...