Skip to content

Commit

Permalink
doc(getting-started): update with download buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Nov 18, 2015
1 parent 5551c22 commit 467dbac
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/article/en-US/getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@

Before we start writing some code, you're going to want to grab one of our pre-configured, getting-started packages. We've got two versions available to you: one uses ECMAScript 2016 (JavaScript vNext) and the other one uses TypeScript. Choose one now by clicking one of the buttons below.

//insert download buttons here
<div style="text-align: center;">
<a class="au-button" href="http://aurelia.io/downloads/kit-es2016.zip" style="text-decoration: none; margin: 32px 8px 42px 8px;" target="_blank">Download the ES 2016 Kit</a>
<a class="au-button" href="http://aurelia.io/downloads/kit-typescript.zip" style="text-decoration: none; margin: 32px 8px 42px 8px;" target="_blank">Download the TypeScript Kit</a>
</div>

Based on your selection, you'll want to configure this documentation to show the appropriate language for all samples. Look in the upper-right corner of this page. You will see a language selector. Be sure to select the language that matches the package that you downloaded.
Based on your selection, you'll want to configure this documentation to show the appropriate language for all samples. Look at the top of this page. You will see a language selector. Be sure to select the language that matches the package that you downloaded.

Now that you've downloaded a starter package, you need to unzip it on your hard drive. Doing so will provide you with the default folder structure, scripts and styles needed to complete this tutorial and continue your learning and experimentation afterward. With the folder structure in place, next we'll need to start a web server to serve up your index.html page, so we can view it in a browser. How you go about doing that depends on which server-side technology you want to use. Below are instructions for a couple of common scenarios:

Expand Down

0 comments on commit 467dbac

Please sign in to comment.