Skip to content

Commit eb4d8f2

Browse files
authored
docs(getting-started): Add Guidelines for a smooth start
Added Links to the official Uno Platform Docs
1 parent 88d6682 commit eb4d8f2

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

doc/articles/getting-started.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,31 @@
1-
# Getting Started
1+
# Getting Started
2+
3+
To setup your Development Environment for Uno Apps, please make sure, to follow the [Quick Start Guide](https://platform.uno/docs/articles/get-started.html) provided by Uno Platform which will include:
4+
5+
- Download latest dotnet
6+
- Install your desired IDE
7+
8+
> [!NOTE]
9+
> I will use Visual Studio 2022 Community Edition for the Guides described in here.
10+
11+
- Get the Uno Extension from the Visual Studio Marketplace
12+
- Install Uno.Check via your Commandline: `dotnet tool install -g Uno.Check`
13+
- Run `uno-check` which will suggest you to get or fix missing Workloads for you, to ensure a smooth start unto development every day.
14+
15+
> [!NOTE]
16+
> There are configurations available to be applied onto the uno-check command. You can research them in the [Uno.Check Documentation](https://platform.uno/docs/articles/external/uno.check/doc/configuring-uno-check.html) or get them in your Commandline by typing `uno-check -h`
17+
18+
- In case, you run in Problems while this, make sure to check out the [Troubleshooting](https://platform.uno/docs/articles/external/uno.check/doc/troubleshooting-uno-check.html)
19+
20+
All done? Great!
21+
22+
I recommend you to do at least the [Counter Workshop](https://platform.uno/docs/articles/getting-started/counterapp/get-started-counter.html) to get a base understanding of:
23+
24+
- Application Structure
25+
- Assets (Images/Icons) handling with Uno.Resizetizer
26+
- Commands and Bindings
27+
28+
> [!TIP]
29+
> Depending on the targeted Tutorial you would like to do in here, you should coose the appropriate kind of the workshop, as it is letting you choose between XAML or C# for Markup and MVVM or MVUX as Presentation / Application Structure.
30+
31+
See you soon in the mested Tutorials here!

0 commit comments

Comments
 (0)