Skip to content

Instantly share code, notes, and snippets.

View AndrewJHart's full-sized avatar
:electron:
Building react apps & micro-services

Andrew Hart AndrewJHart

:electron:
Building react apps & micro-services
View GitHub Profile
@AndrewJHart
AndrewJHart / app.js file
Created July 16, 2013 17:42 — forked from saniko/app.js file
Sample Backbone + Marionette + require-js AMD javascript app
define([
'jquery',
'underscore',
'backbone',
'marionette',
'handlebars',
'text!templates/app_view.html',
'modules/mainMenuView/mainMenuView',