Spring version: https://github.com/burakdrk/svg-editor-spring
A simple SVG Editor Web Application.
Make sure you installed all of the dependencies using;
npm iWhen you are in the parser directory that contains the Makefile, simply execute this command;
make #To compile the libraryTo run the server, go back to the main directory and run this command;
npm run dev 3000 #To run the server, accessible on localhost:3000