goodmind / treact

📢 Telegram React application (TDLIB VERSION IS BEING WORKED ON!)
MIT License
112 stars 14 forks source link
client messenger react telegram typescript

Telegram React

Build Status [Dependency Status]() [devDependency Status]() Code Climate GitHub issues GitHub license


Work in progress

Contact me in telegram @goodmind

treact

TypeScript React Redux

Installation

You can clone from this repository

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

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