Installation
System Requirements:
- Node.js 20.x or later.
Creating a new project
To create a new extension project using xtensio, we recommend using the create-xtensio-app utility, which sets up everything for you. To create a project, run:
On installation you'll see the following prompts.
> Terminal | |
---|---|
After a successful run of the prompts, a folder will be created your app-name and all required dependencies will be installed.
If you're new to xtensio, see the project structure docs for an overview of all the possible files and folders in your application.