A browser based graphical editor for creating and editing UML diagrams.
to run server in development mode
npm start
navigate to localhost:3001 to view application
when updating packages, you need to run the following in order to copy over BaseType.js
to the web folder
grunt copy:utils
sass web/sass/diagramMain.scss web/css/diagramMain.css
grunt build