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
- Host: GitHub
- URL: https://github.com/xounder/angular-store
- Owner: Xounder
- Created: 2024-09-13T21:41:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T03:57:03.000Z (over 1 year ago)
- Last Synced: 2025-02-23T14:37:19.095Z (over 1 year ago)
- Topics: angular, css, html, playstationstore, typescript
- Language: TypeScript
- Homepage:
- Size: 4.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AngularStore
Recreating the Playstation Store in Angular

## Home Page

## 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`