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

https://github.com/artysta/sportsstore

Simple Angular application created on the basis of the example presented in Pro Angular (2nd Edition) book written by Adam Freeman.
https://github.com/artysta/sportsstore

Last synced: 6 months ago
JSON representation

Simple Angular application created on the basis of the example presented in Pro Angular (2nd Edition) book written by Adam Freeman.

Awesome Lists containing this project

README

          

# SportsStore
Simple Angular application created while learning basics of Angular. The **SportsStore** application was created on the basis of the example presented in **Pro Angular (2nd Edition)** book written by **Adam Freeman**.

# #1 Instruction
- Install packages:

npm install

- Run JSON server that provides sample data (it should start at http://localhost:3500/):

npm run json

- Run application (it should start at http://localhost:3000/):

ng serve --port 3000 --open --locale pl

- You can use the hardcoded credentials below to log in to the admin panel:

login: admin
password: secret

# #2 Screenshots



screenshot-1.png


screenshot-2.png




screenshot-3.png


screenshot-4.png




screenshot-5.png


screenshot-6.png