Demonstrates CycleJS routing while sharing state from parent component with children components. Sharing state during routing can also be done using the browser's history with pushState which is shown here.
npm install -g live-server watchify
npm install
npm run build
npm run serve
- Open browser at http://localhost:8080