Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit dd8f227

Browse files
author
Barrie Hadfield
committed
quickstart links
1 parent 0efd396 commit dd8f227

File tree

3 files changed

+22
-8
lines changed

3 files changed

+22
-8
lines changed

source/tutorials/hyperreact_with_rails.html.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# HyperReact and Rails
22

3-
This quick tutorial will take you through all the steps necessary to get simple HyperReact components rendering in a new Rails application. You can clone the source of this tutorial [here](https://github.com/barriehadfield/tutorial-hyperreact-rails).
3+
This quick tutorial will take you through all the steps necessary to get simple HyperReact components rendering in a new Rails application.
4+
5+
The source of this tutorial is avaiable as a [Quickstart](https://github.com/ruby-hyperloop/quickstart) which you can clone.
46

57
## Using HyperRails
68

source/tutorials/hyperreact_with_webpack.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This tutorial assumes that NPM is installed. Please see the [NPM website](https:
1212

1313
Additionally, this tutorial starts with an existing Rails app with **HyperReact already setup and working**. For more information on how to get to that stage, please see the [HyperReact and Rails Tutorial](http://ruby-hyperloop.io/tutorials/hyperreact_with_rails/).
1414

15-
You can access the [source code]((https://github.com/barriehadfield/tutorial-hyperreact-webpack)) to this tutorial here.
15+
The source of this tutorial is avaiable as a [Quickstart](https://github.com/ruby-hyperloop/quickstart) which you can clone.
1616

1717
## Setup
1818

source/tutorials/index.html.erb

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,42 @@
11
---
2-
title: Tutorials
2+
title: Tutorials & Quickstarts
33
---
4-
<h1> Tutorials </h1>
4+
<h1> Tutorials and Quickstarts</h1>
55

66
<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>
818
<div class="card">
919
<h3 class="card-header"><%=link_to 'Chat-App Tutorial', '/tutorials/chat_app'%></h3>
1020
<div class="card-block">
1121
<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>
1323
</div>
1424
</div>
1525
<br>
1626
<div class="card">
1727
<h3 class="card-header"><%=link_to 'HyperReact and Rails Tutorial', '/tutorials/hyperreact_with_rails'%></h3>
1828
<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>
2031
</div>
2132
</div>
2233
<br>
2334
<div class="card">
2435
<h3 class="card-header"><%=link_to 'HyperReact, NPM and Webpack Tutorial', '/tutorials/hyperreact_with_webpack'%></h3>
2536
<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>
2738
<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>
2840
</div>
2941
</div>
3042
<br>

0 commit comments

Comments
 (0)