All Projects → shopizer-ecommerce → shopizer-admin

shopizer-ecommerce / shopizer-admin

Licence: MIT license
No description, website, or topics provided.

Programming Languages

SCSS
7915 projects
typescript
32286 projects
HTML
75241 projects

Shopizer Administration (shopizer-admin) Angular web app

Tested with node v12.22.7

Requires Angular cli installed (npm install -g @angular/[email protected])

Set backend api

Run locally

npm install --legacy-peer-deps

ng serve -o

http://localhost:4200

Build app

ng build

Run docker images

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

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

Username: [email protected]

Password: password

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].