react-places-autocomplete
React component for Google Maps Places Autocomplete
File Explorer
Download Latest Version (.zip)- ISSUE_TEMPLATE.md
- PULL_REQUEST_TEMPLATE.md
- SearchBar.js
- powered_by_google_default.png
- powered_by_google_inverse.png
- app.css
- Demo.js
- favicon.ico
- helpers.js
- index.html
- index.js
- webpack.config.js
- initialRender.test.js.snap
- utils.test.js.snap
- googlePayloads.js
- jestSetup.js
- setup.js
- testHelpers.js
- childrenProp.test.js
- helpers.test.js
- initialRender.test.js
- keyboardEvents.test.js
- loading.test.js
- mouseEvents.test.js
- onChangeProp.test.js
- onSelectProp.test.js
- utils.test.js
- helpers.js
- index.js
- PlacesAutocomplete.js
- utils.js
- .babelrc
- .eslintignore
- .eslintrc.json
- .gitignore
- .prettierignore
- .prettierrc.json
- .travis.yml
- CONTRIBUTING.md
- LICENSE.md
- package-lock.json
- package.json
- README.md
- webpack.config.babel.js
# Installation Guide
1. Get the code
git clone https://github.com/hibiken/react-places-autocomplete
Downloads the entire project code from GitHub to your computer.
cd react-places-autocomplete
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
