-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
28 lines (26 loc) · 922 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>React App</title>
</head>
<body>
<div class="desc">
<h1>single-file-redux</h1>
Single file example of redux-logic used with redux only. Output
is being appended to the container div. See also the console.log
for actions being fired in between state changes.
<div> </div>
</div>
<div id="container"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` in this folder.
To create a production bundle, use `npm run build`.
-->
</body>
</html>