Hi everbody.
I know javascript, however, i never had used Node.js before and I'm really not understood how I can use node.js in my work.
I need to install a BPMN modeler in a website following this Walkthrough but I'm unable to interpret it.
I believe that:
- npm install: Download the script, like git checkout
- Bower: It's a code downloader and downloads the dependencies too.
- Browserify: transform a group of scripts in a single script for use in a web browser.
However, I have no idea how to run a node.js script in a web server.
Can somebody help me to interpret this walkthrough?
Roll your own Modeler (via npm)
-- Amanda Osvaldo