An open API service indexing awesome lists of open source software.

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.

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
```