An open API service indexing awesome lists of open source software.

https://github.com/warejs/reactware

Reactware is an open source toolkit for developing desktop PWA with HTML, CSS, and JS
https://github.com/warejs/reactware

css html javascript js reactjs

Last synced: 11 months ago
JSON representation

Reactware is an open source toolkit for developing desktop PWA with HTML, CSS, and JS

Awesome Lists containing this project

README

          

# Reactware

## DOCUMENTATION: https://warejs.github.io/reactware/

Reactware is an open source toolkit for developing desktop PWA with HTML, CSS, and JS

## Install and Usage

```shell
npm i reactware --save
```

### Usage
```js
import * as Rw from 'reactware';

One

Two
Three

```

## Contributions

Contributions, issues and feature requests are very welcome. Please make sure to read the [Contributing Guide](https://github.com/warejs/reactware/blob/master/contributing.md) before making a pull request.