React

From Han Wiki
Revision as of 20:12, 30 September 2019 by Mhan (talk | contribs) (kangax)

Jump to navigation Jump to search
// initialize a nodejs project (creates package.json)
$ npm init -y

// package manager 
$ npm install yarn

$ yarn install packagename

$ yarn remove packagename

Kangax compatibility table