notifman
v1.0.6
Published
Advanced, Lightweight and Powerful Notification Library For Plain JS
Downloads
3
Maintainers
Readme
How to run
Run once:
npm start
Run live server via nodemon
:
npm run dev
NOTE:
npm run dev
requiresnodemon
to be installed, make sure you install withnpm install
and NOTnpm install --production
(nodemon
is installed as a dev dependency in this project, seepackage.json
)