A React-based client application for Shlink
Find a file
2018-08-25 15:59:51 +02:00
config Setup tests environment 2018-06-14 19:42:42 +02:00
dist Created dist dir 2018-08-05 11:39:49 +02:00
public Fixed PWA name in manifest file 2018-08-10 07:32:13 +02:00
scripts Added zipt dist generation to build script 2018-08-05 12:05:26 +02:00
src Fixed linting issues in stylesheets 2018-08-25 15:59:51 +02:00
test Refactored visits parser to be functional 2018-08-24 23:55:53 +02:00
.dockerignore Updated dockerfile to be used to build a distributable docker image 2018-08-06 20:16:07 +02:00
.gitignore Added docker-related files 2018-06-17 08:04:53 +02:00
.scrutinizer.yml Added integration with scrutinizer 2018-08-22 10:45:00 +02:00
.stylelintrc Added stylelint config 2018-08-25 10:22:25 +02:00
.travis.yml Enabled linting on CI 2018-08-24 12:02:28 +02:00
CHANGELOG.md Added v0.2.0 to changelog 2018-08-12 19:18:34 +02:00
docker-compose.override.yml.dist Updated docker-compose files so that they just use an image and don't need the Dockerfile 2018-08-06 19:41:57 +02:00
docker-compose.yml Added serve as dev dependency 2018-08-23 09:49:13 +02:00
Dockerfile Removed workdir from Dockerfile 2018-08-06 20:32:14 +02:00
indocker Added docker-related files 2018-06-17 08:04:53 +02:00
LICENSE Added some improvements 2018-05-13 09:48:21 +02:00
package.json Fixed linting issues in stylesheets 2018-08-25 15:59:51 +02:00
README.md Added integration with scrutinizer 2018-08-22 10:45:00 +02:00
yarn.lock Added stylelint config 2018-08-25 10:22:25 +02:00

shlink-web-client

Build Status Code Coverage Scrutinizer Code Quality GitHub release GitHub license

A ReactJS-based progressive web application for Shlink.

Installation

There are three ways in which you can use this application.

  • The easiest way to use shlink-web-client is by just going to https://app.shlink.io.

    The application runs 100% in the browser, so you can use that instance and access any shlink instance from it.

  • Self hosting the application yourself.

    Get the latest release and download the distributable zip file attached to it (shlink-web-client_X.X.X_dist.zip).

    The package contains static files only, so just put it in a folder and serve it with the web server of your choice (just take into account that all the files are served using absolute paths, so you have to serve it from the root of your domain, not from a subpath).

  • Use the official docker image

    If you want to deploy shlink-web-client in a container-based cluster (docker swarm, kubernetes, etc), just pick the image and do it.

    It's a lightweight nginx:alpine image serving the assets on port 80.