https://github.com/geekyants/reazy
Reazy Framework - A simple services-based framework for React and React Native
https://github.com/geekyants/reazy
framework react react-native reactjs
Last synced: 5 months ago
JSON representation
Reazy Framework - A simple services-based framework for React and React Native
- Host: GitHub
- URL: https://github.com/geekyants/reazy
- Owner: GeekyAnts
- License: apache-2.0
- Created: 2017-01-05T08:08:58.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-21T05:44:40.000Z (over 8 years ago)
- Last Synced: 2025-06-03T12:29:36.328Z (10 months ago)
- Topics: framework, react, react-native, reactjs
- Language: JavaScript
- Size: 146 KB
- Stars: 84
- Watchers: 10
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Not being maintained at the moment

### A simple service-based opinionated framework for React and React Native.
Reazy is a bare bones pluggable JavaScript framework which helps you get started with your React and React Native project quickly. It is a service-based framework inspired from [FeathersJS](http://feathersjs.com/).
### Getting started
Install Reazy CLI
```sh
$ npm install -g reazy-cli
```
Generate the app
```sh
$ reazy init MyAwesomeApp [type]
```
**\[type\]:** mobile/web/plugin. Optional (You will be prompted later if you don't specify it here)
- **mobile:** A simple React Native app with only the basic services.
- **web:** A React project for web. Coming soon!
- **plugin:** Scaffolding for a Reazy plugin.
[Detailed documentaion](http://docs.reazyframework.io/)