- Notifications
You must be signed in to change notification settings - Fork0
Amplicode/amplicode-create-app
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Scaffold an amplicode app base structure
--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 --serverUrlhttp://localhost:8080/ --targetDir "$(pwd)/ampl-test" --restBasePath /rest
About
Admin UI project generator
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.