betteromics_ui_toolkit
v1.0.0
Published
BetterOmics UI Toolkit
Readme
Making changes to the UI toolkit
Run npm start which automatically recompiles to dist/ when you make changes
- Run
npm startwhich automatically watchessrc/and recompile it intodist/whenever you make changes. - cd into
/examplefolder and runnpm startto test different examples of your UI toolkit changes
