Importing an existing project with angular-cli

Asked

Viewed 3,872 times

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.

  • can you provide more details about the project? You ran a Fork from a repository on Github or something like?

  • 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.

1 answer

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

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