ceto
v0.0.23
Published
a collection of functional react visualization elements
Readme
ceto
a collection of functional react visualization elements

build
Install npm if you haven't already. Then install webpack:
npm i webpack -SInstall all the babel and react stuff:
npm i babel-core babel-loader babel-preset-es2015 babel-preset-react -S
npm i react react-dom -SFinally, you can build the bundle (output as build/ceto.js):
./node_modules/.bin/webpack -d