fac-13 / jikt-todo

To do list by Jenath, Ivana, Katia, Tom
https://fac-13.github.io/jikt-todo/
2 stars 1 forks source link

Node Modules included in your repo #54

Open helenzhou6 opened 6 years ago

helenzhou6 commented 6 years ago

Looks like all your node modules have been uploaded into your repo

I believe that as long as package.json is uploaded onto your repo, then running npm install should automatically install all the node modules needed (rather than needing to upload the node modules onto your repo).

I would suggest having a .gitignore file that lists the names of the files and folders that doesn't need to be uploaded onto the remote repo (for example here )