Home

Awesome

hapi-react-starter-kit

A hapi React Starter kit with react-router, redux, react-transform

Build Status Dependency status Dev dependency status Coverage Status Codacy Badge demo on OpenShift hapi-react-starter-kit channel on discord npm NPM

Light and fast - Don't be sad, be hapi!

Inspired by

This repo was inspired by the following projects and their authors

##Features

Theming System WIP

Extensions System WIP

User Accounts

User Rooms (powered by socket.io)

DEMO

http://hapi-reactstarterkit.rhcloud.com/

Usage

Clone this repository

git clone https://github.com/Dindaleon/hapi-react-starter-kit.git

Or

npm i hapi-react-starter-kit

Install

npm install    

Production server

npm run prod   

Development server

npm run dev

Linting

npm run eslint
npm run jscs

Testing

To check coverage check the coverage folder after running the test. Tests are incomplete.

npm test

API Interface

Path: /api/v1/documentation

Deployment Guide

OpenShift Deployment

##Todo

License

The MIT License (MIT)

Copyright (c) 2015 Roberto Ortis

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.