react-signature-pad-wrapper
react-signature-pad-wrapper copied to clipboard
Running example
The steps to run example are incomplete as the example is using the source of the lib, not the 'package'. So the root directory must be build first, before the example dir.
I'm not quite sure what you mean by "...the root directory must be build first, before the example dir.". Do you mean you have to install all example dependencies first before running npm run build?
The steps are
- in the root run
npm install - then
cd example && npm install && npm run build - open
example/index.htmlin a browser of your choice.