Free to use Angular template for 3D Wayfinder
npm install wayfinder3d-angular-templateIf You're on default linux conf then run:
sudo npm install -g bower gulp
npm install -g bower gulp
After bower and gulp have been installed run the following:
(sudo if needed) npm install
bower install
After all the dependencies have been install You can build the project with:
gulp
If You want to also try out the project with Your default web-browser then run:
gulp watch-bs
To build the project in production mode run:
gulp production
This will remove all comments and console's from the app.