A simple example of how to implement SVG images on websites.
After you have installed the global dependencies above (e.g. by running "sudo npm install -g bower", and "sudo npm install -g gulp"), clone this repo:
git clone https://github.com/ixdabloomington/hello-svg-express.git
Then, install the Node.js dependencies:
npm install
Install Bower dependencies:
bower install
Put some flat SVG images (with no gradients) into the /src-svg folder, and run:
gulp
To start the webserver, run:
node app