designeng / fullstack-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fullstack-react

It's a fork of fullstack-react. Api tests inited here based on visionmedia supertest.

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 start
  4. Navigate to http://localhost:9090

About

License:MIT License


Languages

Language:JavaScript 96.7%Language:HTML 3.3%