Skip to content

daviddao/module-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run on Server or Front-End

Server side

  • Install node
  • call node useAlgo.js

Run in Browser

  • Install browserify
  • Run browserify useAlgo.js > bundle.js
  • Include bundle.js into your index.html
  • Open index.html

The graph library we are using

  • ngraph, read the docs
  • Its hosted as npm package
  • npm install ngraph.graph to generate npm_modules folder with graph library

Nice tutorial to Node

About

bare bones introduction to modules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published