-
Install Node.js using homebrew \n Install homebrew if you don’t already have it installed. Console Command: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)” Now install node with command in console brew install node
-
Install nodemon. Nodemon is a utility that will monitor for any changes in your source and automatically restart your server. Console command: npm install -g nodemon ***If the above doesn’t work try adding sudo: sudo install -g nodemon demon
-
Run "npm install" This will install all node modules from the package.json file
-
To run server: nodemon server.js
-
Notifications
You must be signed in to change notification settings - Fork 0
RRSchweitzer/debugger_tool
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published