Skip to content

Amplicode/amplicode-create-app

Folders and files

NameName
Last commit message
Last commit date
Apr 7, 2025
Dec 2, 2024
Jan 21, 2025
Jan 21, 2025
Jan 26, 2024
Feb 2, 2024
Mar 20, 2024
Sep 11, 2024
Nov 5, 2024
Jan 26, 2024
Jan 30, 2024

Repository files navigation

Amplicode Admin UI Generator npm version

Scaffold an amplicode app base structure

Options

--appName - Name of the new application in kebab case (e.g: 'amplicode-app')
--template - Template of the application (e.g: 'react-admin', now only one available)
--serverUrl - Rest api uri (e.g: 'http://localhost:8000')
--targetDir - New emty directory (default: './')
--schema - Array of resources (default: []) // [{entity: 'owner', screens: ['list', 'show']}]

Example: npx --yes @amplicode/create-amplicode@latest --appName amp-rest --template react-admin --serverUrl http://localhost:8080/ --targetDir "$(pwd)/ampl-test" --restBasePath /rest