Skip to content

noofherder/ReactSolrApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactSolrApp

An example single-page search app using React and Solr.

This is my first attempt at writing an app in React.js. It implements a simple faceted search over the techproducts example index in Solr 6.

To run the app:

  1. Download and install Solr 6.
  2. Enable CORS on Solr by following these instructions.
  3. Run the techproducts example:
    • $ bin/solr start -e techproducts
  4. Install app dependencies:
    • $ npm install
  5. Start the webpack dev server:
    • $ npm start
  6. Point a browser to localhost:8080/index.html
  7. Search for everything by typing : in the search box and hitting return.
  8. Try other searches and selecting some facets.

About

A simple example search application using React, Node.js and Solr

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors