Created
November 26, 2017 04:18
-
-
Save hliyan/78063a4d4e94a1f0f061cd2f65154e9c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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