Skip to content

Instantly share code, notes, and snippets.

@hliyan
Created November 26, 2017 04:18
Show Gist options
  • Save hliyan/78063a4d4e94a1f0f061cd2f65154e9c to your computer and use it in GitHub Desktop.
Save hliyan/78063a4d4e94a1f0f061cd2f65154e9c to your computer and use it in GitHub Desktop.
const TodoTx = require('./src/app/todo-tx');
// the transmission layer *is* the app
const app = new TodoTx();
app.run();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment