antonshell / placeholder-service-ui

UI for self hosted image placeholder service

Home Page:https://placeholder-ui.antonshell.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Placeholder service UI

There is a simple UI for simple self-hosted placeholder service.

demo

Demo: https://placeholder-ui.antonshell.me/

Project created with:

Install

1 . Clone repository

git clone https://github.com/antonshell/placeholder-service-ui.git

2 . Install dependencies

npm install

3 . Start application

npm start

4 . Open app

http://localhost:4200/

Production build

Production deployment is automated via ssh_deploy github action. There is such command for building production app.

npm run ng build --prod --output-hashing=all

Tests

1 . Run unit & integration tests

ng test --no-watch --no-progress --browsers=ChromeHeadless --code-coverage

2 . Run Cypress e2e tests

npm run cypress:run

3 . Open Cypress UI

npm run cypress:open

Code generation

ng generate service services/auth
ng generate guard guards/auth
ng generate component components/tag-edit

About

UI for self hosted image placeholder service

https://placeholder-ui.antonshell.me/


Languages

Language:TypeScript 60.7%Language:HTML 29.5%Language:JavaScript 8.8%Language:SCSS 1.0%