You must have Node, npm, bower, gulp installed (globally)
First of all you must clone repo
git clone https://github.com/dntstp/mevTasker.git
Then cd to direrctory and install dependencies
cd mevTasker && npm install
gulp
Now your browser automatically browse to the app at http://localhost:3000
.
npm start
Now browse to the app at http://localhost:8000/app/index.html
.