##JWT.io
Warning:
index.html
in the root folder is a generated file please edithtml/index.html
.
First, install the required dependencies:
npm install && bower install
In order to build (and run) the project execute:
grunt
And then go to http://0.0.0.0:8000.
That will create the css from the less files, minify the javascript and generate index.html
from html/index.html
.