diff --git a/docs/docs/tutorial.md b/docs/docs/tutorial.md index b903cc79f903..9abfbe063700 100644 --- a/docs/docs/tutorial.md +++ b/docs/docs/tutorial.md @@ -23,12 +23,18 @@ It'll also have a few neat features: [It's all on GitHub.](https://github.com/reactjs/react-tutorial) +### Running a server + +While it's not necessary to get started with this tutorial, later on we'll be adding functionality that requires `POST`ing to a running server. If this is something you are intimately familiar with and want to create your own server, please do. For the rest of you who might want to focus on learning about React without having to worry about the server-side aspects, we have written simple servers in a number of languages - JavaScript (using Node.js), Python, and Ruby. These are all available on GitHub. You can [view the source](https://github.com/reactjs/react-tutorial/) or [download a zip file](https://github.com/reactjs/react-tutorial/archive/master.zip) to get started. + +To get started using the tutorial download, just start editing `public/index.html`. + ### Getting started For this tutorial, we'll use prebuilt JavaScript files on a CDN. Open up your favorite editor and create a new HTML document: ```html - +