Work in progress
Contact me in telegram @goodmind
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
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
TReact is released under the MIT license.