|
1 | 1 | ---
|
2 |
| -title: Tutorials |
| 2 | +title: Tutorials & Quickstarts |
3 | 3 | ---
|
4 |
| -<h1> Tutorials </h1> |
| 4 | +<h1> Tutorials and Quickstarts</h1> |
5 | 5 |
|
6 | 6 | <br>
|
7 |
| - |
| 7 | +<div class="card"> |
| 8 | + <h3 class="card-header"><%=link_to 'Quickstarts', 'https://github.com/ruby-hyperloop/quickstart'%></h3> |
| 9 | + <div class="card-block"> |
| 10 | + <p>Clone the repo and you will have everything you need to get up and runnign quickly. Each quickstart branch contains the source of a working application.</p> |
| 11 | + <ul> |
| 12 | + <li>HyperReact and Rails Quickstart</li> |
| 13 | + <li>HyperReact, NPM and Webpack Quickstart</li> |
| 14 | + </ul> |
| 15 | + </div> |
| 16 | +</div> |
| 17 | +<br> |
8 | 18 | <div class="card">
|
9 | 19 | <h3 class="card-header"><%=link_to 'Chat-App Tutorial', '/tutorials/chat_app'%></h3>
|
10 | 20 | <div class="card-block">
|
11 | 21 | <p>This tutorial will teach you the basics of building a HyperReact application that runs purely in your browser with no need for any back end system (like Rails, Node or Sinatra).</p>
|
12 |
| - <p>This work-along tutorial is an excellent place to start to learn the HyperReact DSL without needing to learn how to install it. If you have not used the HyperReact DSL before, this tutorial will get you going with minimal setup.</p> |
| 22 | + <p>This work-along tutorial is an excellent place to start to learn the HyperReact DSL without needing to learn how to install it. If you have not used the HyperReact DSL before, this tutorial will <strong>get you going with minimal setup</strong>.</p> |
13 | 23 | </div>
|
14 | 24 | </div>
|
15 | 25 | <br>
|
16 | 26 | <div class="card">
|
17 | 27 | <h3 class="card-header"><%=link_to 'HyperReact and Rails Tutorial', '/tutorials/hyperreact_with_rails'%></h3>
|
18 | 28 | <div class="card-block">
|
19 |
| - <p>A <strong>quickstart tutorial</strong> which will show you how to add HyperReact to a Rails app and render a basic component. All you need to know to get started with HyperReact and Rails.</p> |
| 29 | + <p>A <strong>short tutorial</strong> which will show you how to add HyperReact to a Rails app and render a basic component. All you need to know to get started with HyperReact and Rails.</p> |
| 30 | + <p>The source of this tutorial is avaiable as a <%=link_to 'Quickstart', 'https://github.com/ruby-hyperloop/quickstart'%> which you can clone.</p> |
20 | 31 | </div>
|
21 | 32 | </div>
|
22 | 33 | <br>
|
23 | 34 | <div class="card">
|
24 | 35 | <h3 class="card-header"><%=link_to 'HyperReact, NPM and Webpack Tutorial', '/tutorials/hyperreact_with_webpack'%></h3>
|
25 | 36 | <div class="card-block">
|
26 |
| - <p>In an Isomorphic Ruby world, we need a good way of including Ruby and JavaScript components so they co-exist and play nicely together.</p> |
| 37 | + <p>In an Isomorphic Ruby world, we need a good way of including <strong>Ruby and JavaScript components</strong> so they co-exist and play nicely together.</p> |
27 | 38 | <p>This tutorial will show you how to setup and use NPM and Webpack with HyperReact.</p>
|
| 39 | + <p>The source of this tutorial is avaiable as a <%=link_to 'Quickstart', 'https://github.com/ruby-hyperloop/quickstart'%> which you can clone.</p> |
28 | 40 | </div>
|
29 | 41 | </div>
|
30 | 42 | <br>
|
|
0 commit comments