This is a demo site to showcase taggy.
- Please clone the main taggy repository first and then this one to have them available side to side:
.
├── taggy # the taggy main repository
├── demo # this repository
...to have the compiled JS-code for this demo available under: "../../taggy/lib/index"
- Then cd into demo/, install dependencies and start up:
cd demo/
npm install
npm run dev
Based on HTML5 Boilerplate