Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add start with templates section #1221

Merged
merged 1 commit into from
Dec 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/tutorials/getting_started/index.md_template
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,12 @@ taipy run main.py

![Dynamic Chart Application](images/dynamic_chart.gif){width=70% : .tp-image-border }

# Start with templates
You can use the Taipy CLI to quickly create a multi-page application with ready-to-use templates. Simply run:
```console
taipy create
```
This command generates a new application in the current directory, allowing you to get started immediately.
---

For more realistic and advanced use cases, check out our
Expand Down