- 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
- Configure file
/serverNgexplorer/config.jstoelasticsearch.use: trueandclient.host.
Run grunt for building and grunt serve for preview.
Run grunt build --force for to bring production mode.
http://127.0.0.1:3010/vue
