Sha256: 7a8c157585a0462957d883495d6baf00eede07a1a72e3b75a425f3352ee31ff0

Contents?: true

Size: 741 Bytes

Versions: 2

Compression:

Stored size: 741 Bytes

Contents

# Pageflow React

React bindings for Pageflow page type development.

## Installation

This gem is not intended to be used in a Pageflow application
directly. Instead it comes as a dependency of a gem providing Pageflow
plugins.

## Usage

TODO

## Development Mode

Enter js dir:

    $ cd js

Install npm dependencies:

    $ npm install
    $ npm install -g karma-cli webpack

Run webpack watcher to rebuild javascript files in `app/assets`

    $ webpack --watch

Run test suite

    $ karma start

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pageflow-react-0.1.1 README.md
pageflow-react-0.1.0 README.md