The ultimate open source tagging tool. Simple and powerful single page application to display tags. Check out the demo or read below to run it on your own machine.
git clone https://github.com/kamilio/tag_rocket.git
cd tag_rocket
npm install
npm start
Running a test suite
npm test
That's all folks.