Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!)

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).