GitXplorerGitXplorer
g

treact

public
112 stars
14 forks
41 issues

Commits

List of commits on branch monorepo.
Verified
386d51b28f1a046442027482114faeed073b4f14

Merge pull request #51 from goodmind/dependabot/npm_and_yarn/lodash.template-4.5.0

ggoodmind committed 6 years ago
Verified
0431a0527a4c7a643f7a41cd10d7f73ef19f275a

build(deps): bump lodash.template from 4.4.0 to 4.5.0

ddependabot[bot] committed 6 years ago
Unverified
6df724704027b732961b88202d84d31ba68e71c8

Merge branch 'monorepo' of github.com:goodmind/treact into monorepo

ggoodmind committed 6 years ago
Unverified
9ec6872e418af85b9f84f1e077282e6fd7eae329

fix: merge conflict

ggoodmind committed 6 years ago
Unverified
e601b8cdaaa4192219564fd602404d32057641aa

build(package): update webpack version

ggoodmind committed 6 years ago
Unverified
8b4858e455ecf77084d0d159c53129f75b9317b7

build(yarn.lock): update lockfile

ggoodmind committed 6 years ago

README

The README file for this repository.

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.