1.4.4 • Published 2 years ago

tt-mobile-widgets v1.4.4

Weekly downloads
5
License
MIT
Repository
github
Last release
2 years ago

TT-mobile

This repository includes an unofficial mobile client for click-TT. It consists of

You can view the app here.

Development

First, clone the repository:

git clone git@github.com:czosel/tt-mobile.git
cd tt-mobile
echo PREACT_APP_API=http://localhost:3020 > ./client/.env
echo PREACT_APP_DOCS=http://localhost:8080 >> ./client/.env

Docker

With docker and docker-compose installed, run

docker-compose up -d

Local installation

Alternatively, install and run the server and client locally:

# server
cd server
npm install && npm start

# client
cd client
npm install && npm start
1.4.4

2 years ago

1.4.3

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

5 years ago