15ambm / ToDoAPI

A simple ToDo list API made using Node.JS. This was a great learning exercise for me while I developed my JavaScript and Node skills.
1 stars 0 forks source link

do not check in node_modules #1

Closed jphilipstevens closed 5 years ago

jphilipstevens commented 5 years ago

normally node_modules are not checked in and added to the .gitignore. Most apps will run npm install before deployment or before running.