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.
- Host: GitHub
- URL: https://github.com/artysta/sportsstore
- Owner: artysta
- Created: 2021-02-23T20:08:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-07T14:02:31.000Z (over 3 years ago)
- Last Synced: 2024-12-29T10:42:59.347Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 652 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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