Skip to content

gabrieleromanato/JavaScriptAutocomplete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple autocomplete solution in pure JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published