hapi-react-starter-kit icon indicating copy to clipboard operation
hapi-react-starter-kit copied to clipboard

A hapi React Starter kit with react-router, redux, react-transform

Results 12 hapi-react-starter-kit issues
Sort by recently updated
recently updated
newest added

As others pointed out, you need to change import en from 'react-intl/lib/locale-data/en'; =>'react-intl/locale-data/en' import es from 'react-intl/lib/locale-data/es'; => 'react-intl/locale-data/es' Then I needed to setup redis and I could get the...

hey there, the build fails on osx: npm: 3.10.5 node: v6.3.0 throw this error after the webpack info: ``` Hash: 9c073095ca32ea2fbb62 Version: webpack 1.13.1 Time: 11241ms Asset Size Chunks Chunk...

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

Is this http://hapi-reactstarterkit.rhcloud.com/ an example for running this starter kit in an production environment? If it is, I think it's leaking sensitive informations through the running webpack server. It serves...

I there hot reload support for the app?

Every time i try to create 'hapi-react-starter-kit' application on openshift, following steps from here https://github.com/Dindaleon/hapi-react-starter-kit/blob/master/Guides/OpenShift_Deployment.md . I do step 1 > step 2 > step 3 > ... in the...

The import statements in the localReducer.js is generating an error. The folder structure for `react-intl` changed. The following section: ` import en from 'react-intl/lib/locale-data/en';` ` import es from 'react-intl/lib/locale-data/es'; `...

I just tested the app on Safari `5.1.7` and realized that it does not support Promises. If somebody can offer a solution, please be welcome to do so.

Hello there, I would like to call for help and see if anyone is willing to contribute on this. I need a way for people to be able to install...

help wanted

Some of the dependencies in package.json, e.g. the babel deps, should probably be moved from dependencies to devDependecies?