BuzzFeed Clone with Angular
Insert these comands in comand line
npm install
-> Installs the project dependenciesng serve
-> Starts the Angular application in a development server
If you want Angular to open automatically in the browser, use:
ng serve --open