Skip to content

JasonHao123/shopizer-admin

 
 

Repository files navigation

Shopizer Administration (shopizer-admin) Angular web app

Tested with node v12.22.7

Requires Angular cli installed (npm install -g @angular/cli@latest)

Set backend api

Run locally

npm i --yes

ng serve -o

https://localhost:4200

Build app

ng build

Run docker images

Assumes your backend runs on https://localhost:8080

docker run \
-e "APP_BASE_URL=https://localhost:9090/api" \
-it --rm -p 4200:80 shopizerecomm/shopizer-admin

Username: [email protected]

Password: password

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 43.5%
  • TypeScript 38.5%
  • HTML 17.9%
  • Other 0.1%