Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goodmind/treact
📢 Telegram React application (TDLIB VERSION IS BEING WORKED ON!)
https://github.com/goodmind/treact
client messenger react telegram typescript
Last synced: 5 days ago
JSON representation
📢 Telegram React application (TDLIB VERSION IS BEING WORKED ON!)
- Host: GitHub
- URL: https://github.com/goodmind/treact
- Owner: goodmind
- License: mit
- Created: 2016-12-31T05:29:44.000Z (about 8 years ago)
- Default Branch: monorepo
- Last Pushed: 2022-12-08T17:16:58.000Z (about 2 years ago)
- Last Synced: 2024-04-14T07:59:58.049Z (9 months ago)
- Topics: client, messenger, react, telegram, typescript
- Language: TypeScript
- Homepage:
- Size: 10.2 MB
- Stars: 112
- Watchers: 7
- Forks: 14
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Telegram React
[![Build Status](https://travis-ci.org/barbar/vortigern.svg?branch=master)](https://travis-ci.org/barbar/vortigern)
[![Dependency Status](https://david-dm.org/barbar/vortigern.svg)]()
[![devDependency Status](https://david-dm.org/barbar/vortigern/dev-status.svg)]()
[![Code Climate](https://codeclimate.com/github/barbar/vortigern/badges/gpa.svg)](https://codeclimate.com/github/barbar/vortigern)
[![GitHub issues](https://img.shields.io/github/issues/barbar/vortigern.svg)](https://github.com/barbar/vortigern/issues)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/barbar/vortigern/develop/LICENSE)
___**Work in progress**
Contact me in telegram [@goodmind](https://telegram.me/goodmind)
![treact](screenshot.png)
[![TypeScript](https://barbaruploads.s3.amazonaws.com/bicoz/typescript.png)](https://www.typescriptlang.org/)
[![React](https://barbaruploads.s3.amazonaws.com/bicoz/react.png)](https://github.com/facebook/react)
[![Redux](https://barbaruploads.s3.amazonaws.com/bicoz/redux.png)](https://github.com/reactjs/redux)## Installation
You can clone from this repository
```bash
$ git clone https://github.com/goodmind/treact
$ cd treact
$ cd packages/theme-parser && yarn build
$ cd packages/treact && yarn start:dev
```## Usage
All commands defaults to development environment. You can set `NODE_ENV` to `production` or use the shortcuts below.
```bash
# Running$ yarn start # This starts the app in development mode
# Starting it with the production build
$ NODE_ENV=production yarn start # or
$ yarn start:prod# Building
$ yarn build # This builds the app in development mode
# Commands below builds the production build
$ NODE_ENV=production yarn build # or
$ yarn build:prod# Testing
$ yarn test
```## Credits
TReact is released under the [MIT license](LICENSE).