GitXplorerGitXplorer
q

toisu-talk

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
2f2c2b9e19b693b1f90fed787a9b1ed207c2ba0e

Update licence date.

qqubyte committed 8 years ago
Unverified
76916d100310a1f8802045184d8e481dcde0114b

Merge pull request #7 from qubyte/chore/do-not-remove-templates-from-body

qqubyte committed 9 years ago
Unverified
9162f108f00e9cf2e91d322b657cd60945c6c1f5

Wraps all slides in a container and refactors template use.

qqubyte committed 9 years ago
Unverified
b90bd475c45b491642d5d849a1dff25833b2ff89

Merge pull request #6 from qubyte/chore/docs-getting-started

qqubyte committed 9 years ago
Unverified
17c81a376de63e7901e761642da978c6231f9b15

Bumps nvm version, logs port, and adds getting started instructions.

qqubyte committed 9 years ago
Unverified
3bf0d761f3eb7eeba9115f463ec24bf67f25f399

Merge pull request #5 from qubyte/fix/code-listings

qqubyte committed 9 years ago

README

The README file for this repository.

toisu-talk

A talk about async-await and Toisu! given at the Brighton JavaScript user group (asyncjs) in December 2015. It uses Toisu!, with static file serving and server sent events on the server side (I wrote a pebble watch companion app to act as a remote), and flexbox on the client side. I'm happy with how it worked out.

Adapt at your own risk! Slides are written in template tags, which is probably an abuse of the feature.

Getting started.

You should have nvm installed. Assuming you do, clone this repo, cd into it, and run the following:

nvm install
npm install
npm start

Now navigate to localhost and the logged port (3000 by default).