Recreating the Playstation Store in Angular
Insert these comands in comand line
-
npm install-> Installs the project dependencies -
ng serve-> Starts the Angular application in a development server
If you want Angular to open automatically in the browser, use:
ng serve --open

