Skip to content

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

License

Notifications You must be signed in to change notification settings

kuailingmin/fullstack-react

 
 

Repository files navigation

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

TODO

  • 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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.0%
  • HTML 4.0%