survey-common-lib
v0.0.1
Published
common lib for survey-generator
Downloads
5
Readme
Common lib for Survey generator
this library provide common class for survey generator app
Installation
npm i survey-common-libadd firebase certificate into your root folder and name it
credential-firebase.jsonDevelop and test
To develop, we run:
npm run watch-tsand in a separate terminal we run (open it in terminal debug for debbuging)
npm startDeploy
npm version patch
npm run build
npm publishDocumentation
to build docs
npx typedoc --out ./docs src