Skip to content

Workflow : VanillaJS state management and config driven hierarchical parent-child relationships in SVG.

License

Notifications You must be signed in to change notification settings

bashonregardless/Hierarchical-relation-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE 'node', 'npm' are required.

-----------------------------------

After cloning the repo

Install Webpack development server that provides live reloading.
This should be used for development only.

`npm install webpack-dev-server --save-dev`


`npm install`
`npm run build`
`npm run start`

-----------------------------------

Steps to produce data consumable by the program from file data.js (currently in
test-data/data.js):

$ node $(find . -name 'flow-algo.js') > data.json

(If necessary)
quote your string in data.txt file, so that it becomes a single argument:
	$ ~/compSc/quoteStr.sh [file]

To work with data other than the default, change `const state = require('./path/to/file')`
line in flow-algo.js to one of the files in test-data/ directory.

-----------------------------------

Output of flow-algo process is imported in the file src/js/store/index.js 

About

Workflow : VanillaJS state management and config driven hierarchical parent-child relationships in SVG.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published