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
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upType | Name | Latest commit message | Commit time |
---|---|---|---|
Failed to load latest commit information. | |||
![]() |
assets | ||
![]() |
LICENSE | ||
![]() |
README.md | ||
![]() |
app.js | ||
![]() |
db.json | ||
![]() |
index.html | ||
![]() |
package.json |
A simple autocomplete solution in pure JavaScript
sudo npm install json-server -g
json-server -w db.json
npm install
node app.js