You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The easiest way to get started with Angular Three is to use the [template repository](https://github.com/angular-threejs/template)
11
+
12
+
The template repository is kept up to date with the latest version of Angular Three.
13
+
14
+
:::tip[Did you know?]
15
+
16
+
If you have the [Github CLI](https://cli.github.com/) installed, you can use the `gh repo create` command to clone the template repository directly from the command line.
17
+
18
+
```shell
19
+
gh repo create <username>/<repository-name>
20
+
--template angular-threejs/template
21
+
--public
22
+
--clone
23
+
```
24
+
25
+
:::
26
+
</TabItem>
9
27
<TabItemlabel="Angular CLI">
10
28
Angular Three provides an `ng-add` schematic to set up `angular-three` and its dependencies.
0 commit comments