Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Latest commit

 

History

History
52 lines (46 loc) · 1.04 KB

README.md

File metadata and controls

52 lines (46 loc) · 1.04 KB

WebIR-Search

Screenshot

Packages (main)

API Server

  • Cheerio
  • Elasticlunr
  • Express
  • Lodash
  • Pagerank.js
  • Robotto

Web Application

  • React
  • React-Dom
  • Redux
  • Express
  • Webpack 2
  • Webpack-Dev-Server
  • Babel
  • Bootstrap
  • React-Bootstrap
  • lodash

Using Api

git clone https://github.com/chutiphon-k/webir-search.git
cd api
npm install
npm run bot # For save content
npm run build # For create index file
npm run search # For search query
npm run dev # For run dev api server
npm run deploy:prod # For run prodtions api server
open url http://localhost:9090/api/search?search=Home

Using Web

git clone https://github.com/chutiphon-k/webir-search.git
cd web
npm install
npm run dev # For run web dev
npm run deploy:prod # For run web prodtions
open url http://localhost:8080