1.0.0 • Published 8 months ago

create-tempi-workspace v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

Create Tempi App

Get started with Tempi by creating a new app that includes a basic structure and configuration.

Installation

You can create a new Tempi app by running the following command:

npx create-tempi-workspace@latest <project-name>

Replace <project-name> with the name of your app.

Structure

After running the command, you will have a new directory with the following structure:

<project-name>
├── client/ # Client application
├── editor/ # Editor application for building websites
└── packages/ # Shared packages for the client and editor

Available commands

Run client application in development mode:

yarn dev:client

Run editor application in development mode:

yarn dev:editor

Options

create-tempi-workspace [options] <project-name>

Options:
  -v, --version  output the current version