https://github.com/woosmap/woosmap-starterkit-storelocator
Store Locator Starter Kit using Woosmap Store Locator JS API and search for localities using Woosmap Localities Widget.
https://github.com/woosmap/woosmap-starterkit-storelocator
Last synced: about 1 month ago
JSON representation
Store Locator Starter Kit using Woosmap Store Locator JS API and search for localities using Woosmap Localities Widget.
- Host: GitHub
- URL: https://github.com/woosmap/woosmap-starterkit-storelocator
- Owner: Woosmap
- Created: 2020-03-18T10:27:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T12:53:47.000Z (over 3 years ago)
- Last Synced: 2024-04-23T13:36:09.262Z (about 2 years ago)
- Language: JavaScript
- Homepage: https://demo.woosmap.com/storelocator/
- Size: 7.08 MB
- Stars: 3
- Watchers: 14
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Woosmap Store Locator JS API Starter Kit
Thanks to Woosmap Store Locator JS API: [https://developers.woosmap.com/products/js-api/get-started/](https://developers.woosmap.com/products/js-api/get-started/)
## Dev Install
### Install dependencies
```ShellSession
$ npm install
```
### Run
```ShellSession
$ npm start
```
Navigate to http://localhost:8080/
## Production build
```ShellSession
$ npm run build
```