1.0.2 • Published 3 years ago

rxt-runtime v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Getting Started

Prerequisite

  1. NodeJS (with NPM installed)
  2. Git
  3. Python Optional

Cloning

To clone this project to your local machine, you will need to use git

$ git clone git@github.com:kowarite/rxt.git
$ cd rxt

Setup

To setup this project, use npm

$ npm i
$ npm run build

NPM

You can also install this via NPM. Run one of the following:

$ npm run -D rxt-runtime # Install this as a runtime dependency
$ npm run -s rxt-runtime # Install this as a development dependency

It is most recommend to install this as a runtime dependecny rather than globally.

This module haven't been published to NPM yet since it's still in rapid development.

API

For the runtime API documentation, please read the API.md file.

Example

For some examples, you can check the example folder.

Support

To show your support, add the following to your README.md:

![rxt](https://github.com/kowarite/rxt/blob/main/assets/rxt.png?raw=true)
![rxt_version](https://github.com/kowarite/rxt/blob/main/assets/rxt_version.png?raw=true)