forked from gothinkster/realworld-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
58 lines (53 loc) · 2.87 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>neo.mjs | The webworkers driven UI framework</title>
<meta property="og:title" content="neo.mjs" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="The webworkers driven UI framework" />
<meta property="og:description" content="The webworkers driven UI framework" />
<meta property="og:url" content="https://neomjs.github.io/pages/" />
<meta property="og:site_name" content="neo.mjs" />
<script type="application/ld+json">
{"@type":"WebSite","url":"https://neomjs.github.io/pages/","name":"neo.mjs","description":"The webworkers driven UI framework","headline":"neo.mjs","@context":"http://schema.org"}</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#157878">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="stylesheet" href="./cayman/assets/css/style.css">
</head>
<body>
<a id="skip-to-content" href="#content">Skip to the content.</a>
<header class="page-header" role="banner">
<h1 class="project-name">neo.mjs</h1>
<h2 class="project-tagline">Conduit - Real World Example app</h2>
<a target="_blank" class="btn" href="https://github.com/neomjs/neomjs-realworld-example-app">App repo on GitHub</a>
<a target="_blank" class="btn" href="https://github.com/neomjs/neo">neo.mjs repo on GitHub</a>
</header>
<main id="content" class="main-content" role="main">
<h2>Welcome to the neo.mjs Real World example app!</h2>
<p>For the best user experience, you need to use Chrome or Safari.</p>
<p>In this development mode, it is possible to get the real JS module code into your browser, no builds required.</p>
<ul>
<li><a target="_blank" href="./apps/realworld/index.html">Realworld App</a></li>
</ul>
<p>The webpack based dist versions run in Firefox as well:</p>
<ul>
<li><a target="_blank" href="./dist/development/apps/realworld/index.html">Realworld App (dist/development)</a></li>
<li><a target="_blank" href="./dist/production/apps/realworld/index.html">Realworld App (dist/production)</a></li>
</ul>
<p>neo.mjs apps get a source code documentation out of the box. The other examples are not included inside this repo.</p>
<ul>
<li><a target="_blank" href="./dist/development/docs/index.html">Real World app: Documentation</a></li>
</ul>
<p>For testing, neo.mjs is using the Bryntum testing suite "Siesta" (Chrome v80+)</p>
<ul>
<li><a target="_blank" href="./test/siesta/realworld/index.html">Real World app: Testing Harness</a></li>
</ul>
<h2>Hosted online examples are available here:</h2>
<ul>
<li><a target="_blank" href="https://neomjs.github.io/pages/">neo.mjs Online Examples</a></li>
</ul>
</main>
</body>
</html>