Skip to content
This repository has been archived by the owner on Nov 26, 2020. It is now read-only.

osdevisnot/react-fused

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-fused

A CLI tool based on FuseBox for React Applications and Libraries.

Build Status

Explore our chat community on Gitter via @gitchat

Quick Overview

install react-fused

yarn global add react-fused
# OR
npm install -g react-fused

scaffold application:

react-fused gen
# and answer few questions

run application

Navigate to generated application

cd <generated-folder>

and run the application

react-fused run

and navigate to http://localhost:9000 to see your application.

Contributing to react-fused

react-fused is a monorepo setup based on oao - a yarn based monorepo management tool. oao provides number of monorepo enhancers and greatly facilitates autoring and code organisation for multi package repositories.

Overview of packages

packages/react-fused - The core CLI tool is authored from packages/react-fused.

packages/react-examples - example applications based on react-fused.

packages/react-fused-ui - collection of generic UI components.

Development Setup

Clone this repository:

git clone https://github.com/osdevisnot/react-fused.git

Run setup script:

npm run setup

Global Dependencies

This repo uses Yarn package manager as preferred npm client for its speed, security and reliability. Please ensure you have yarn available globally. If not already setup, yarn can be easily setup using:

npm install --global yarn

Alternatively, you can install yarn using your preferred installation method.

About

A CLI tool based on FuseBox for React Applications and Libraries.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published