Features
https://unistack-example-online-shop.herokuapp.com/
The full source code of the example is here.
Features
history.pushState
or
mkdir -p /tmp/unistack-examples
git clone --branch examples/book-movie-tickets https://github.com/laurilehmijoki/unistack.git /tmp/unistack-examples/book-movie-tickets
cd /tmp/unistack-examples/book-movie-tickets
npm start
The most relevant file is bookMovieTickets.js.
The comparison with master is here.
The full source code of the example is here.
Features
mkdir -p /tmp/unistack-examples
git clone --branch examples/zombie-testing https://github.com/laurilehmijoki/unistack.git /tmp/unistack-examples/zombie-testing
cd /tmp/unistack-examples/zombie-testing
npm test
The most relevant file is test.js.
The comparison with master is here.
The full source code of the example is here.