Skip to content

Waka758/fullstack-react

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.4%
  • HTML 1.6%