This project was generated with Angular CLI.
-
clone our projet:
git clone https://github.com/rajinikumar/article-search.git -
Install node modules:
cd project-folder. and thennpm install -
Build our projet:
ng build -
Add Elasticsearch Connection Details:
connection.js//Add elasticsearch details inside the host array . -
Start Node Server:
node server -
Navigate to
http://localhost:3000/.