@trackcode/places-autocomplete
v3.0.0-alpha.1
Published
Places autocomplete
Downloads
5
Readme
@trackcode/places-autocomplete
A autocomplete component which consumes the Google Places Api.
npm install --save @trackcode/places-autocomplete
Development
Install dependencies:
lerna bootstrap --scope=@trackcode/places-autocomplete
Run webpack in watch mode:
npm run build:watch
Run jest in watch mode:
npm run test:watch