web-zap-subscribe-desktop
v1.0.0
Published
``` bash $ npm install ```
Readme
Installation
$ npm installAvailable commands
# start development server
$ npm run dev
# create production build
$ npm run prod
#analyze dependencies
$ npm run analyzeNOTE:
Dear Developer, Please use
npm install
npm run dev
following does NOT work:
yarn install
npm run dev