https://github.com/goodmind/treact-native
https://github.com/goodmind/treact-native
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/goodmind/treact-native
- Owner: goodmind
- License: mit
- Created: 2017-03-23T17:40:21.000Z (about 9 years ago)
- Default Branch: react-native
- Last Pushed: 2017-03-26T16:50:16.000Z (about 9 years ago)
- Last Synced: 2025-02-08T07:43:17.404Z (over 1 year ago)
- Language: TypeScript
- Size: 1.13 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
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)
___
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
$ npm install
```
## Usage
All commands defaults to development environment. You can set `NODE_ENV` to `production` or use the shortcuts below.
```bash
# 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](LICENSE).