20. References

Here are some of the other samples and posts I referenced along the way.

  1. The example webserver at https://nodejs.org/
  2. http://facebook.github.io/react/docs/getting-started.html
  3. http://facebook.github.io/react/docs/jsx-in-depth.html
  4. http://www.crmarsh.com/react-ssr/
  5. https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md
  6. https://www.npmjs.com/package/react-tools
  7. http://www.sitepoint.com/getting-started-react-jsx/
  8. http://www.smashingmagazine.com/2014/06/11/building-with-gulp/
  9. https://github.com/rackt/react-router-mega-demo
  10. http://codetheory.in/browser-side-node-js-style-modules-require-and-exports-with-browserify/