Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Getting Started

Depending on your project stack and state, there are multiple ways to get started with Spandex.

New Projects

If you are creating a new application, or kicking the tires, you can use our CLI to scaffold a new project with Spandex pre-configured. This command will choose which template to use based on your answers.

npm
npm create @spandex/spandex

Existing Projects

For react applications, see the React getting started guide. Otherwise, see the Core getting started guide.