Skip to content

Instantly share code, notes, and snippets.

View DcsPeterDickten's full-sized avatar

Peter Dickten DcsPeterDickten

View GitHub Profile
@JohannesHoppe
JohannesHoppe / LiveCoding.js
Last active December 28, 2015 05:19
Live Coding
index.phtml
require(['singlePage/app'], function (app) {
app.loadView('index')
});
singelPage/app.js
define(['jquery', 'knockout'], function ($, ko) {