ng-explorer
May 24, 2016 ยท View on GitHub

Setup project
- Install Grunt globally:
npm install -g grunt-cli. - Install npm dependencies:
npm installandcd serverNgexplorerandnpm install. - Install bower dependencies:
bower install. - Run server in new instance
cd serverNgexplorerand thisnode server.js. - Access your favorite browser to the path
http://127.0.0.1:3010
ElasticSearch integration
- Configure file
/serverNgexplorer/config.jstoelasticsearch.use: trueandclient.host.
Build & development
Run grunt for building and grunt serve for preview.
Run grunt build --force for to bring production mode.
Client Vuejs
http://127.0.0.1:3010/vue