tonyhb / tectonic

A declarative REST data loader for React and Redux. Docs @
https://tonyhb.github.io/tectonic/
456 stars 31 forks source link

Example project won't run (Cannot GET /) #84

Open bstro opened 7 years ago

bstro commented 7 years ago

Attempting to run the example with the usual yarn and npm start; navigating to localhost:8080 yields a page with Cannot GET /.

Navigating to 8081 shows the json-server api welcome page, but upon inspection, I see that the request to /db also returns Cannot GET /db

bstro commented 7 years ago

note that i was able to get this far after removing the SVG references from the stylesheets.

tonyhb commented 7 years ago

👍 I'll take a look at this shortly, thanks!

tonyhb commented 7 years ago

I'm going to replace the example with https://github.com/tonyhb/personal-starter, which uses https://github.com/tonyhb/redux-boilerplate.

Thanks again!