Fork me on GitHub

Toura Mulberry

Getting Started With Mulberry

Once you have downloaded Mulberry, follow the instructions in the README to install the Mulberry toolkit.

Then, move to a directory where you’d like to create your app and run the following commands to create a new app and view it in your browser:

mulberry scaffold my_app
cd my_app
mulberry serve

You can now use the Mulberry command line tools to create your app, and use the Mulberry JavaScript API and create custom components to add functionality.

When you’re ready to try your app out on a simulator or a properly provisioned device, you can run:

mulberry test

Finally, you can create production-ready deploys by running:

mulberry deploy

Want to know more?