Uses Node.js based Jira timesheet interface
git clone ssh://[email protected]/~b.dzambazov/jirats.git
$ cd jirats
$ npm install
Use conf.js to configure data you need. Note that the static content is not required to be in the ./public folder. You can put it anywhere on the filesystem as long as your user can access it.
npm start
Server starts by default on port 5000. Now you can point your browser to the http://localhost:5000/ and you are good to go.
There are some more advanced routing methods here. I use them in bigger applications to avoid loadding of all scripts at once.