-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (18 loc) · 1.02 KB
/
index.html
File metadata and controls
21 lines (18 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html><html><head></head><body id="preview">
<h3><a id="Development_8"></a>Development</h3>
<ul>
<li><a href="step01?dev=true">step01</a> - Hello world!</li>
<li><a href="step02?dev=true">step02</a> - ArtEngine and ArtReact UI Basics & Hot Loading (+ChatView)</li>
<li><a href="step03?dev=true">step03</a> - Styles (+ChatMessage +StyleProps)</li>
<li><a href="step04?dev=true">step04</a> - ArtFlux with local data (+ChatModel)</li>
<li><a href="step05?dev=true">step05</a> - ArtFlux with remote Data on AWS DynamoDb (+Config)</li>
</ul>
<h3><a id="Production_0"></a>Production</h3>
<ul>
<li><a href="step01">step01</a> - Hello world!</li>
<li><a href="step02">step02</a> - ArtEngine and ArtReact UI Basics & Hot Loading (+ChatView)</li>
<li><a href="step03">step03</a> - Styles (+ChatMessage +StyleProps)</li>
<li><a href="step04">step04</a> - ArtFlux with local data (+ChatModel)</li>
<li><a href="step05">step05</a> - ArtFlux with remote Data on <a href="http://Parse.com">Parse.com</a> (+Config)</li>
</ul>
</body></html>