Skip to content

Commit

Permalink
installing and using nodemon
Browse files Browse the repository at this point in the history
  • Loading branch information
codingXpert committed Jun 21, 2022
1 parent 76b7220 commit ae41b5a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion color-package.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
const color = require('colors')
console.log("hello".green)
console.log("hello".green);
console.log("hello".bgYellow);
3 changes: 1 addition & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions trying-nodemon.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log("message using nodemon");

0 comments on commit ae41b5a

Please sign in to comment.