react-hexagon

v1.1.1
React component that renders a hexagon using SVG
react react-component hexagon svg

build

npm run clean && npm run build:babel && npm run build:webpack

build:babel

babel -d lib/ src/

build:demo

cross-env NODE_ENV=production webpack -p --config webpack.config.demo.js

build:webpack

cross-env NODE_ENV=production webpack -p --config webpack.config.prod.js

clean

rimraf lib && rimraf umd

lint

eslint .

postpublish

npm run clean

prepublish

in-publish && npm run build || not-in-publish

start

node demo/devServer.js

test

mocha

Metadata

  • MIT
  • Whatever
  • Espen Hovlandsdal
  • released 9/11/2016

Downloads

Maintainers