UI Deploy

Curated, Short, Web UI Dev we Love.

No need for globals - npm scripts add .bin to PATH

npm is the awesome package manager bundled with the Node.js environment. It is a very simple tool to get started with: you usually just npm install stuff and it ends up in ./node_modules/stuff.

view source

Advertisement