JavaScriptAutocomplete A simple autocomplete solution in pure JavaScript 1. Install json-server sudo npm install json-server -g 2. Run the server json-server -w db.json 3. Install the ExpressJS app modules npm install 4. Serve the app node app.js 5. Open http://localhost:8080