Add new app
Adding a New App
To create a new app, use the following command:
npx appshare-cli create-app
The newly created app can be found in the local/src/apps/ directory.
Directory Structure
- Apps Directory: All applications are located inside the
local/src/apps/directory.
login credentials
create env.json file inside the local/
{
"server": "demo.steltix.com",
"username": "demo",
"password": "demo"
}
Starting the Development Server
To start the development server, run the following command:
npx appshare-cli start