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.
npm install
npm run webpack
node --harmony server
- Navigate to http://localhost:9090
- ability to edit existing names
- support for name re-ordering
- blog post explaining all parts of this demo