OLD | NEW |
1 --- | 1 --- |
2 layout: default | 2 layout: tutorial |
3 title: "Get Started" | 3 title: "Get Started" |
4 description: "Get Dart and run two Dart applications" | 4 description: "Get Dart and run two Dart applications" |
5 has-permalinks: true | 5 has-permalinks: true |
6 tutorial: | 6 tutorial: |
7 id: get-started | 7 id: get-started |
8 js: | 8 js: |
9 - url: /js/os-switcher.js | 9 - url: /js/os-switcher.js |
10 defer: true | 10 defer: true |
11 - url: /js/editor-downloads-analytics.js | 11 - url: /js/editor-downloads-analytics.js |
12 defer: true | 12 defer: true |
(...skipping 586 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
599 <a href="https://github.com/dart-lang/dart-tutorials-samples/archive/master.zi
p"> | 599 <a href="https://github.com/dart-lang/dart-tutorials-samples/archive/master.zi
p"> |
600 Download the ZIP file</a>, unzip it, | 600 Download the ZIP file</a>, unzip it, |
601 and open `dart-tutorials-samples` in Dart Editor. | 601 and open `dart-tutorials-samples` in Dart Editor. |
602 | 602 |
603 * Go to the next tutorial, [Connect Dart & HTML](/docs/tutorials/connect-dart-ht
ml/), | 603 * Go to the next tutorial, [Connect Dart & HTML](/docs/tutorials/connect-dart-ht
ml/), |
604 which steps you through writing a tiny web app from scratch. | 604 which steps you through writing a tiny web app from scratch. |
605 | 605 |
606 {% endcapture %} | 606 {% endcapture %} |
607 | 607 |
608 {% include tutorial.html %} | 608 {% include tutorial.html %} |
OLD | NEW |