Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/robert-w/esri-leaflet-webpack
- Owner: Robert-W
- License: mit
- Created: 2014-12-25T20:35:08.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-04T18:32:00.000Z (over 9 years ago)
- Last Synced: 2024-04-11T01:21:50.844Z (9 months ago)
- Language: JavaScript
- Size: 326 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
- Run (may need sudo depending on how you installed node):
npm install
- 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.