Skip to content

JavaScript

Charles Troupin edited this page Jun 27, 2017 · 1 revision

Installation

Node

Node.js is a JavaScript runtime.

Package management

npm

Package manager for JS and software registry.
https://www.npmjs.com/

Install

npm comes with Node.js. If you want the most recent version:

 sudo npm install npm@latest -g

Run

npm install package_name

Tutorials

Useful packages/modules

http://cordova.apache.org/

Clone this wiki locally