Simple L-Systems Renderer. Check it out here.
npm install
npm install webpack-dev-server webpack -g
To serve at http://localhost:8080/:
npm start
or
webpack-dev-server --inline --content-base public/
To compile HTML/CSS and JavaScript files for production (at public/lsystems
):
npm run build
or
webpack --config webpack.config.js