LiskArchive / lisk-ui

🖥️ Lisk user-interface submodule
https://lisk.io/
GNU General Public License v3.0
24 stars 35 forks source link

tasks can be executed as npm commands #82

Closed Alevale closed 7 years ago

Alevale commented 7 years ago

Remove the need of having to install bower and grunt globally in order to run the frontend.

You can install bower components by typing npm run bower-install {myawesomepackaje}

Other scripts that were running this commands could as well be changed, in order to keep the dependencies simpler (installing globally npm packages is not something you always like)

karmacoma commented 7 years ago

Thank you @Alevale 👍