0
Hello, I downloaded an angular 4 project with css bootstrap, now I would like to work on this project, making some changes for study effect. It turns out that I don’t know how to import an existing project to run it with the ng command.
0
Hello, I downloaded an angular 4 project with css bootstrap, now I would like to work on this project, making some changes for study effect. It turns out that I don’t know how to import an existing project to run it with the ng command.
1
Basically you must have the angular-cli installed and, in the project root folder (usually src) you should open a command prompt and run the command npm install that will download all the dependencies of this project.
To run this command at the prompt, you need the nodejs also installed.
After this steps you spin one ng serves to upload the local server.
Browser other questions tagged javascript angular
You are not signed in. Login or sign up in order to post.
can you provide more details about the project? You ran a Fork from a repository on Github or something like?
– mercador
is not Fork of any project, I just downloaded it. I just wanted to know how to make the angular cli recognize it as an angular design.
– Adriano Gomes