Skip to content

Woosmap/ts-mapjs-storelocator-sample

Repository files navigation

Woosmap Map JS API Store Locator Sample

Store Locator sample based on Woosmap Map JS using Typescript and VanillaJS (No framework / Library dependencies).

The Web App is built using a Component States approach.

Each component (map, search, store details, store list, ...) can communicate to their parent/child component(s) triggering events.

Some features of this sample:

Dev Install

Install dependencies

$ npm install

Run

$ npm start

Navigate to http://localhost:1234/

Production build

$ npm run build