react-apollo-starter-kit
react-apollo-starter-kit copied to clipboard
A production-ready starter kit for making a React/Apollo application.
When running `npm run dev` after `npm install` I expect to navigate to localhost:3000 and see the starter page, instead I see `Error occured while trying to proxy to: localhost:3000/`...
I'am facing this issue when I try to fire up the spring-boot application. Please help me resolve this. Request Mapping aren't happening as expected, we can see that in the...
I've been trying to proxy my requests to Graphcool, using this seed (which feels awesome on any other part) but it is not as dummy as I thought. Webpack proxies...
I've tried to use `sass`, but it throws error. I couldn't even use `css` file. ``` 1:50:28 PM server.1 | [nodemon] to restart at any time, enter `rs` 1:50:28 PM...
Hi, im trying to use images with the boilerplate.I am a noob with webpack and more used to meteor. In the webpack folder, i modified the config file and added...
Apparently my Arch Linux is not compatible with this setup? Couldn't find any reference of darwin anywhere.. ``` npm ERR! Linux 4.7.6-1-ARCH npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "i" npm ERR!...
Running this setup straight from git on Ubuntu 16.0.4 `$npm run dev` Everything works, but nodemon doesn't detect filechanges and doesn't restart. It also seems like things don't shut down...
Would be really cool to have an example of SSR in here as well! There are no docs yet, just this PR so far which has some examples: https://github.com/apollostack/react-apollo/pull/83