1.2.1 • Published 5 months ago
create-tempi-app v1.2.1
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