This little demonstration shows you how to use lunr, React, and webpack to implement static, dynamically loaded search for web. This is useful for small scale usage (think static sites).
npm i
- Install dependencies.npm start
- Start the application.- Open
localhost:8080
in a browser.
MIT.