GustavPersson / 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

Build Status

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).

The app constructed here is simple - a list of names, maintained on the server, with the ability to display, add, and manipulate names in the list via the browser. All code is covered by unit and Selenium-based integration tests as well.

Two articles cover the creation of this app:

Starting the app

  1. npm start
  2. Navigate to http://localhost:9090

Running unit and integration tests locally

  1. npm start
  2. npm run setup-webdriver (you only have to run this once)
  3. npm run start-webdriver
  4. npm test

About

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

License:MIT License


Languages

Language:JavaScript 98.4%Language:HTML 1.6%