Run an angular project 6 from github

Asked

Viewed 1,105 times

0

I uploaded a pro github project,I believe that because it is too big the file has been "cut" some files, consequently when I download again (using git clone) the code does not run on the server.

OPS:The original folder (which was created) is approximately 250 Mb, while the folder that was downloaded from github is 405 kb

by being very large the angular projects 6 is possible to climb and download it in a functional way (running on the server)?

Reason:I’m taking an Angular 6 course and I use github to make the changes and to have a code for consultation.

  • Ever tried to spin one npm install before running the project?

  • 1

    Lucas, please put as answer,running the npm install command solved my doubt,!

  • Feito Felipe ! :)

1 answer

3


Run a npm Install before running the project. Github is not downloading the node_modules folder

A tip for not increasing the project too much on github is to put the Node.js library folder in the file .gitignore.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.