Improve UI installation
elauria opened this issue · 0 comments
elauria commented
Currently setting up the UI locally requires a user to do:
1.- npm install
2.- npm run build
3.- npm run dev
Normally step 2 is not needed, but since the App dependencies are resolved by bower, it has to be run.
Adding a postinstall step to resolve dependencies would allow users to avoid running step 2.