nhm-flip-book
v1.1.3
Published
NHM FlipBook component
Downloads
5
Maintainers
Readme
NHM Flip Book Component
How to start developing it locally
Start rollup watcher:
yarn start
or rollup -w --config rollup.config.js
Start serving main file. Launch http-server package in root project folder:
http-server
Grab served javascript fil in WEB application and use it:
<script src="http://127.0.0.1:8080/dist/js/nhm-flip-book.browser.js"></script>
...or open sample.html file
http://127.0.0.1:8080/sample.html