npm start
will install dependencies and open a browser window ready to go.
Plugin for displaying venues on a map powered by a Parse database.
Assumes presence of:
- Timber
- Advanced Custom Fields
- Herbert to make WP plugins friendly.
- Parse as our DB.
- LeafletJS for maps.
- React for JS views.
- Redux for JS state.
- webpack for build
Using svg-inline-loader and svg-inline-react.
Implementation example:
<InlineSVG src={require('!svg-inline!../../icons/facebook.svg')} />
The prefixed bang (!
) is necessary. Explained here.