LogoPyloid

Quick Start

Quick Start for Pyloid

Pyloid CLI

Before using the CLI, you need to install 3 tools: Prequisites

npm create pyloid-app@latest

CLI Project Setup Process

1. Specify Project Path

Enter the path where you want to create your project. The default is pyloid-app.

if you ./ for the path, the project will be created in the current directory.

Enter the path to create the project (default: pyloid-app):

2. Select a Package Manager

  • npm
  • pnpm
  • yarn
  • bun

3. Select a Framework

  • React
  • Vue
  • Svelte
  • Next.js
  • SvelteKit

4. Select a Language

  • JavaScript
  • TypeScript

5. Select a Backend

  • pyloidrpc
  • fastapi