🚀 Getting Started: Create Application

This guide will walk you through creating your first Spark app!

Prerequisites

Before we get started, please ensure you have:

NameVersion
Node>= 20

Creating An Application

First lets install the cli, which will allow you to create projects from templates and add configurations.

ℹī¸ If you don't want to install the cli globally, you can also use npx @microsoft/spark.cli <command>.

npm install -g @microsoft/spark.cli@latest

Create A Project

Using the CLI, lets create a new project/app using the command:

ℹī¸ Add the --ttk <config_name> option to include a Teams Toolkit configuration

ℹī¸ Add the --start option to also install dependencies and start the app

spark new <name>