Skip to content

Commit

Permalink
Merge pull request #43 from vjeux/jsfiddle
Browse files Browse the repository at this point in the history
Add JSFiddle to the getting started section
  • Loading branch information
zpao committed Jun 3, 2013
2 parents 4081678 + 21dab3d commit 962cebf
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ title: Getting Started
layout: docs
next: tutorial.html
---

## JSFiddle

The easiest way to start hacking on React is using the following JSFiddle Hello Worlds

* **[React JSFiddle](http://jsfiddle.net/vjeux/kb3gN/)**
* [React JSFiddle without JSX](http://jsfiddle.net/vjeux/VkebS/)

## Starter Kit

Download the starter kit to get started.

<div class="buttons-unit downloads">
Expand All @@ -12,8 +22,6 @@ Download the starter kit to get started.
</a>
</div>

## Hello, world!

In the root directory of the starter kit, create a `helloworld.html` with the following contents.

```html
Expand Down

0 comments on commit 962cebf

Please sign in to comment.