x3insight
v0.0.1
Published
##### Architecture 
Downloads
18
Readme
X3 Insight
Architecture

Run local web server
- npm install
- grunt serve
Build dev
Dev builds are exactly the same as the dist build except the min.js files are really not the minified versions.
- npm install
- grunt build-dev
Build dist
- npm install
- grunt build-dist
