- Install Grunt globally:
npm install -g grunt-cli
. - Install npm dependencies:
npm install
andcd serverNgexplorer
andnpm install
. - Install bower dependencies:
bower install
. - Run server in new instance
cd serverNgexplorer
and thisnode server.js
. - Access your favorite browser to the path
http://127.0.0.1:3010
- Configure file
/serverNgexplorer/config.js
toelasticsearch.use: true
andclient.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