Migrated to Webpack, MobX

This commit is contained in:
Michel Weststrate 2016-02-26 16:39:48 +01:00
parent c1ae765a16
commit 1256b8e27c
13 changed files with 2445 additions and 7203 deletions

9
index.html Normal file
View file

@ -0,0 +1,9 @@
<html>
<head>
<title>MobX Boilerplate</title>
</head>
<body>
<div id="root"></div>
<script src="/static/bundle.js"></script>
</body>
</html>