1.2.1 • Published 9 months ago

create-tempi-app v1.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
9 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-app@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-app [options] <project-name>

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

9 months ago

1.2.0

10 months ago

1.0.3

11 months ago

1.1.2

11 months ago

1.1.1

11 months ago

1.1.0

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago