Skip to content

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

Notifications You must be signed in to change notification settings

artysta/SportsStore

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published