Online shop

Features

Live demo

https://unistack-example-online-shop.herokuapp.com/

Source code

The full source code of the example is here.

Book movie tickets

Features

Usage

Deploy

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

Source code

The most relevant file is bookMovieTickets.js.

The comparison with master is here.

The full source code of the example is here.


Testing with Zombie

Features

Usage

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

Source code

The most relevant file is test.js.

The comparison with master is here.

The full source code of the example is here.