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
- Host: GitHub
- URL: https://github.com/warejs/reactware
- Owner: warejs
- Created: 2018-11-28T10:59:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-06-06T00:22:38.000Z (about 1 year ago)
- Last Synced: 2025-06-22T07:37:27.558Z (12 months ago)
- Topics: css, html, javascript, js, reactjs
- Language: JavaScript
- Homepage: https://warejs.github.io/reactware/
- Size: 3.62 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- Codeowners: .github/CODEOWNERS
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.