# Google Maps JavaScript Sample ## advanced-markers-basic-style The advanced-markers-basic-style sample demonstrates how to apply basic styling to advanced markers. Follow these instructions to set up and run advanced-markers-basic-style sample on your local computer. ## Setup ### Before starting run: `npm i` ### Run an example on a local web server First `cd` to the folder for the sample to run, then: `npm start` ### Build an individual example From `samples/`: `npm run build --workspace=advanced-markers-basic-style/` ### Build all of the examples. From `samples/`: `npm run build-all` ## Feedback For feedback related to this sample, please open a new issue on [GitHub](https://github.com/googlemaps-samples/js-api-samples/issues).