GitXplorerGitXplorer
g

treact

public
112 stars
14 forks
41 issues

Commits

List of commits on branch monorepo.
Verified
ea4f50a043c1900c9067bcb0a2063f84fa03ae6d

Merge pull request #54 from goodmind/dependabot/npm_and_yarn/handlebars-4.1.2

ggoodmind committed 6 years ago
Verified
06043ae94866c849d123a5633144956f488f8f9c

build(deps): bump handlebars from 4.0.11 to 4.1.2

ddependabot[bot] committed 6 years ago
Verified
57d9f9416985ef0125ffb2cd407c0d485a8e77d4

Merge pull request #53 from goodmind/dependabot/npm_and_yarn/react-dom-16.3.3

ggoodmind committed 6 years ago
Verified
366674a36eb720fedc5839b6de96c2ce0ca5f5e6

build(deps): bump react-dom from 16.3.0 to 16.3.3

ddependabot[bot] committed 6 years ago
Verified
06af9481288c4b165ece628ea9fdf7ef094c53e1

Merge pull request #52 from goodmind/dependabot/npm_and_yarn/webpack-bundle-analyzer-3.3.2

ggoodmind committed 6 years ago
Verified
7d294cbf47b34f2c77001ebd4ab07724010fc851

build(deps-dev): bump webpack-bundle-analyzer from 2.11.1 to 3.3.2

ddependabot[bot] 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.