TheKinrar / shopizer-admin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shopizer Administration (shopizer-admin) Angular web app

Tested with node v12.22.7

Requires Angular cli installed (npm install -g @angular/cli@13.3.x)

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: admin@shopizer.com

Password: password

About

License:MIT License


Languages

Language:SCSS 43.2%Language:TypeScript 38.7%Language:HTML 17.8%Language:JavaScript 0.1%Language:CSS 0.0%Language:Dockerfile 0.0%