Skip to content

Install application dependencies

Nicky edited this page Aug 9, 2016 · 1 revision

The application dependencies are JavaScript applications that Rodan Client requires when running in a browser. These are managed and installed by jspm. jspm was installed as a local development dependency in the previous step.

The binaries for locally-install Node.js applications, such as jspm, are located in rodan-client/node_modules/.bin/.

user@computer:~/rodan-client$ ./node_modules/.bin/jspm install -y

The above command will: * create a directory rodan-client/web * create a file rodan-client/web/config.js * download and install the application dependencies to rodan-client/web/libs/.

What jspm is doing is creating a web application directory (i.e. web) where the application will reside.