XUtils

Amplication

Auto-generates fully functional apps.


running the server component

npm run serve:server

running the client component

npm run serve:client

running the data-service-generator component

npm run serve:dsg

running the git-sync-manager component

npm run serve:git

running the plugin-api component

npm run serve:plugins “`

Note In order to run the Amplication client properly, both the client and server need to be started by the npm run serve:[application] command, as well as an additional component for development on a specific component.

The development environment should now be set up. Additional information on the different application components can be found under packages/[application]/README.md file. Happy hacking! 👾

Contributors


Articles

  • coming soon...