Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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