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:
- version 1.x: The Future of Web Development.
- version 2.x (master branch): Testing The Future of Web Development.
npm start
- Navigate to http://localhost:9090
npm start
npm run setup-webdriver
(you only have to run this once)npm run start-webdriver
npm test