tnc-ca-geo / frontend-boilerplate

For bootstrapping web-maps with React, Redux, and ESRI JS API
0 stars 0 forks source link

Frontend boilerplate for map-based web apps

For bootstrapping apps with:

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