react-signature-pad-wrapper icon indicating copy to clipboard operation
react-signature-pad-wrapper copied to clipboard

Running example

Open MiroslavPetrik opened this issue 3 years ago • 5 comments

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.

MiroslavPetrik avatar Jan 17 '22 09:01 MiroslavPetrik

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?

michaeldzjap avatar Jan 21 '22 07:01 michaeldzjap

The steps are

  1. in the root run npm install
  2. then cd example && npm install && npm run build
  3. open example/index.html in a browser of your choice.

MiroslavPetrik avatar Jan 21 '22 21:01 MiroslavPetrik