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