Action | Command |
---|---|
run application | node app |
run commands | node command xxx |
JavaScript | Node |
---|---|
window | global |
document | process |
Dependency manager - npm
Action | Command |
---|---|
Create package.json | npm init |
Install a package | npm install xxx -S |
Install packages listed in package.json | npm install |
Resolve the dependencies for browser view | browserify main.js -o dist/boundle.js |
Create .gitignore | node_modules, dist |
Handlebars
EmbeddedJavaScript
Jade