Reazy Framework

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.

Getting started

Install Reazy CLI

$ npm install -g reazy-cli
Sh

Generate the app

$ reazy init MyAwesomeApp [type]
Sh

[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.

GitHub

Reazy Framework - A simple services-based framework for React and React NativeRead More

Latest commit to the master branch on 7-21-2017
Download as zip