qewd-react v3.2.0
qewd-react: React Client Modules for QEWD
Rob Tweed rtweed@mgateway.com
6 May 2016, M/Gateway Developments Ltd http://www.mgateway.com  
Twitter: @rtweed
Google Group for discussions, support, advice etc: http://groups.google.co.uk/group/enterprise-web-developer-community
Installing
   npm install qewd-reactSetting up a development environment
   npm install babel-core babelify babel-preset-react
   npm install -g browserifyNavigate to / create QEWD application folder, eg:
   cd ~/qewd/www
   mkdir myReactApp
   cd myReactAppThen install Babel Preset for ES2015:
   npm install babel-preset-es2015License
 Copyright (c) 2016-18 M/Gateway Developments Ltd,
 Redhill, Surrey UK.
 All rights reserved.          
  http://www.mgateway.com
  Email: rtweed@mgateway.com                                               
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at                                  
  http://www.apache.org/licenses/LICENSE-2.0                           
                                                                         Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
  See the License for the specific language governing permissions and
   limitations under the License.