Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robert-w/esri-leaflet-webpack

A simple starter template for building an app with webpack, esri-leaflet, and React.js.
https://github.com/robert-w/esri-leaflet-webpack

Last synced: about 16 hours ago
JSON representation

A simple starter template for building an app with webpack, esri-leaflet, and React.js.

Awesome Lists containing this project

README

        

# esri-leaflet-webpack
Boilerplate for an app using webpack, jade, stylus, react, flux, and es6 (via babel).

## Demo
http://robert-w.github.io/esri-leaflet-webpack/

### Installation

This project requires node.js and bower.


  1. Run (may need sudo depending on how you installed node): npm install

  2. Run: bower install

### npm scripts

#### npm start

Use this for development. It will put the built code in build.

#### npm run dist

Generates a deployment build in /dist.

### Getting Started

Coming soon.