Step 1 – Setting up CLI Tools

CLI Tools, composer-cli, is a library with the most important operations, such as administrative, operational, and developmental tasks. We'll also install the following tools during this step:

  • Yeoman: Frontend tool for generating applications
  • Library generator: For generating application assets
  • REST server: Utility for running a REST server (local)

Let's start our setup of CLI Tools:

  1.  Install CLI Tools:
npm install -g [email protected]
  1. Install the library generator:
npm install -g [email protected]
  1. Install the REST server:
npm install -g [email protected]

This will allow for integration with a local REST server to expose your business networks as RESTful APIs.

  1. Install Yeoman: 
npm install -g yo
Don't use the su or sudo commands with npm to ensure that the current user has all permissions necessary to run the environment by itself.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.191.254.44