A GeoJSON layer on top of a CARTO basemap. The layer visualize 5-digit Zip Code Tabulation Area of New York and nearlest cities.
Uses Vite to bundle and serve files.
Please follow the link to our Slack channel
Or run it locally:
npm install
# or
yarn
Commands:
npm run dev
is the development target, to serve the app and hot reload.npm run build
is the production target, to create the final bundle and write to disk.