mock responses.. example

This commit is contained in:
Lloyd Brookes
2015-11-18 16:37:16 +00:00
parent aab1f04a2f
commit 9f5f969205
10 changed files with 104 additions and 10 deletions

8
example/mock/index.html Normal file
View File

@ -0,0 +1,8 @@
<head>
<link rel="stylesheet" href="css/style.css">
</head>
<h1>Mock responses</h1>
<ul>
<li>list data</li>
</ul>
<script src="bundle.js"></script>