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: about 1 year 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 (over 9 years ago)
- Default Branch: monorepo
- Last Pushed: 2022-12-08T17:16:58.000Z (over 3 years ago)
- Last Synced: 2024-04-14T07:59:58.049Z (about 2 years 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
- awesome-telegram - TReact - ReactJS frontend (Clients / Community)
- awesome-telegram - TReact - ReactJS frontend. (Clients / Community)
README
# Telegram React
[](https://travis-ci.org/barbar/vortigern)
[]()
[]()
[](https://codeclimate.com/github/barbar/vortigern)
[](https://github.com/barbar/vortigern/issues)
[](https://raw.githubusercontent.com/barbar/vortigern/develop/LICENSE)
___
**Work in progress**
Contact me in telegram [@goodmind](https://telegram.me/goodmind)

[](https://www.typescriptlang.org/)
[](https://github.com/facebook/react)
[](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).