An open API service indexing awesome lists of open source software.

https://github.com/xounder/angular-store

Recreation of PlayStation Store Layout
https://github.com/xounder/angular-store

angular css html playstationstore typescript

Last synced: 13 days ago
JSON representation

Recreation of PlayStation Store Layout

Awesome Lists containing this project

README

          

# AngularStore

Recreating the Playstation Store in Angular

![Layout Playstation Store](idea/layout.png)

## Home Page

![Home Page](screenshots/angular-pstore.png)

## How to Run

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`