/auto-complete-menu

simple component to search EEUU states and show 5 first suggestions

Primary LanguageJavaScript

Basic Use of AngularJS

Requirements

  • nodejs

Installing Server

  1. git clone https://github.com/daosgc/auto-complete-menu.git
  2. npm install
  3. npm start

Running server

Run npm start for a dev server. Navigate to http://localhost:3000/. The app will automatically reload if you change any of the source files.

Running tests

Run npm run test