Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 837 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 837 Bytes

Frontend boilerplate for map-based web apps

For bootstrapping apps with:

  • React as framework
  • Redux for state management
  • ESRI JS API for mapping
  • D3 for charts and visualizations

Integration details

The boilerplate leverages Redux middleware to encapsulate all interactions with the ESRI JS API. Here's a blog post and sample app that describes that approach.

The integration with D3 follows the "Lifecycles Method Wrapping" approach outlined here.

Getting started

install dependencies

npm install

start dev server

npm start

generate a build

npm run build