mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-07 21:33:19 +03:00
add demo html and todo compiled bundle
This commit is contained in:
parent
b676d446f8
commit
05f7749d5c
2331
examples/todomvc/dist/bundle.js
vendored
Normal file
2331
examples/todomvc/dist/bundle.js
vendored
Normal file
File diff suppressed because one or more lines are too long
11
index.html
Normal file
11
index.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Redux devtools example</title>
|
||||
<meta charset="utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div class="todoapp" id="root">
|
||||
</div>
|
||||
<script src="./examples/todomvc/dist/bundle.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user