pwcberry / fullstack-react

A simple, full-stack JavaScript single page app featuring React, Webpack, and Falcor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fullstack-react

A simple, full-stack JavaScript single page app featuring React, Webpack, and Falcor. This is a fork of spring-react-demo with a new backend (node) and a new API (via Falcor). All of this is explained in detail in a Widen Engineering blog post.

The app constructed here is simple - a list of names, maintained on the server, with the ability to display, add, and maniplate names in the list via the browser.

Starting the app

  1. npm install
  2. npm run webpack
  3. node --harmony server
  4. Navigate to http://localhost:9090

Coming Soon

  • ability to edit existing names
  • support for name re-ordering
  • blog post explaining all parts of this demo

About

A simple, full-stack JavaScript single page app featuring React, Webpack, and Falcor

License:MIT License


Languages

Language:JavaScript 96.0%Language:HTML 4.0%