| copyright |
|
||
|---|---|---|---|
| lastupdated | 2017-04-18 |
{:new_window: target="_blank"} {:shortdesc: .shortdesc} {:screen:.screen} {:codeblock: .codeblock}
{: #Get_Code}
When you have completed the configuration and setup of your project with your selected capabilities, you can download the code that enables you to run the application. Your downloaded project is pre-configured with the required SDK dependencies and credentials for each capability that you configured.
You will need to complete credentials for services that are not configurable in your downloaded project. The README.md file for the starter project contains instructions. View the README.md file in a Markdown viewer to complete the setup.
{: #prereq-dev-tools}
The following developer tools are needed when you are working with generated code from the {{site.data.keyword.Bluemix_notm}} {{site.data.keyword.dev_console}}:
{: #general notoc}
-
- Command line tool to assist in the installation of other tools and runtimes, such as CocoaPods and Carthage, for Apple developers.
-
- Open-source project to assist in running and debugging applications in containers. Required only for non-mobile projects.
{: #bluemix notoc}
-
Node.js (Node and npm runtimes) to assist with running {{site.data.keyword.apiconnect_short}} Loopback and other {{site.data.keyword.Bluemix_notm}} Productivity tools.
To run {{site.data.keyword.apiconnect_short}} tools locally, use Node 5.x:
$ brew install Node5 -
Command line tools to deploy Cloud Foundry runtimes from a command line interface with {{site.data.keyword.Bluemix_notm}}.
-
{{site.data.keyword.dev_cli_notm}}
{{site.data.keyword.Bluemix_notm}} CLI plug-in to create, run, test, and deploy web and mobile projects.
-
{{site.data.keyword.Bluemix_notm}} CLI plug-in to generate SDKs from your Open API Specification
compliant REST API definition.
{: #android notoc}
- Android Studio 2.2 or higher
- Install the latest Android 7.0
runtime.
- Install the latest Android 7.0
{: #ios notoc}
- Xcode 8
(recommended)