/treact

tdesktop React application

Primary LanguageTypeScriptMIT LicenseMIT

Telegram React

Build Status Dependency Status devDependency Status Code Climate GitHub issues GitHub license


Contact me in telegram @goodmind

TypeScript React Redux

Installation

You can clone from this repository

$ git clone https://github.com/goodmind/treact
$ cd treact
$ npm install

Usage

All commands defaults to development environment. You can set NODE_ENV to production or use the shortcuts below.

# Running

$ npm start # This starts the app in development mode

# Starting it with the production build
$ NODE_ENV=production npm start # or
$ npm run start:prod

# Building 

$ npm build # This builds the app in development mode

# Commands below builds the production build
$ NODE_ENV=production npm build # or
$ npm run build:prod

# Testing
$ npm test

Credits

TReact is released under the MIT license.