Runeee is my bachelor thesis, developed in the school year 2014/2015. It sports application which allows you to schedule workouts by coach training diary, diary lactate, forecast HR zones and much more. I was an analysis of the lactate tests, but these sources do not include it.
The application is based on Node.js using Express.js, MongoDB, Jade templates, Stylus, Webpack and much more. For more info please check screenshots, read source code or contact me🤘
Want to see more ? Come on and check screenshots or check this url test.runeee.com
Developer (Bachelor thesis) / Tomáš Stankovič / @TomasStankovic
Graphic Designer / Tomáš Pinka / @tomaspinka
npm install -g gulp
npm install -g bower
git clone git@github.com:slinto/runeee.git
cd runeee
npm install && bower install
Run server, nodemon for automatically reload node.js app, livereloading, ...
gulp
Type gulp
or gulp server
and open localhost:8080 in your browser.
Compilation of Stylus code, minifying CSS code, image minifying and run Webpack compiler.
gulp build
App building, version bump, commit and push to git repository.
gulp release --version major|minor|patch
or
gulp release -v major|minor|patch