Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/3dtech/3dwayfinderngtemplate
Free to use 3D Wayfinder Front End template (AngularJS)
https://github.com/3dtech/3dwayfinderngtemplate
Last synced: 8 days ago
JSON representation
Free to use 3D Wayfinder Front End template (AngularJS)
- Host: GitHub
- URL: https://github.com/3dtech/3dwayfinderngtemplate
- Owner: 3dtech
- Created: 2015-08-27T10:25:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T00:38:44.000Z (almost 2 years ago)
- Last Synced: 2024-08-10T09:05:49.016Z (3 months ago)
- Language: CSS
- Size: 2.9 MB
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 3DWayfinderNGTemplate
Free to use 3D Wayfinder Front End template (AngularJS)## Getting Started
If You're on default linux conf then run:
sudo npm install -g bower gulp
If You've set up node to run WITHOUT sudo then run:
npm install -g bower gulpAfter bower and gulp have been installed run the following:
(sudo if needed) npm install
bower installAfter all the dependencies have been install You can build the project with:
gulpIf You want to also try out the project with Your default web-browser then run:
gulp watch-bs
This will start browser-sync on localhost:8080 and automatically launch Your default web browser with this address.
To build the project in production mode run:
gulp productionThis will remove all comments and console's from the app.