hapi-react-starter-kit

0.1.6 • Public • Published

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

NEW Theming System WIP

  • Drop in themes
    • Drop your theme inside the Themes folder and it will just work.
  • Theme switcher extension: swtich to other themes on the fly.
  • Fallback to default theme.
  • Themes included
    • Default (light theme)
    • Alternative (dark theme)
  • Powered by Radium.

NEW Extensions System WIP

  • Drop in extensions
    • Drop your extension inside the Extensions folder and it will just work.
    • Extensions can have react components and redux reducers.
  • Examples included
    • Counter
    • Theme switcher.

User Accounts

  • Create/Update user accounts
  • Login/Logout
  • Set language (english/spanish)
  • Access/Refresh token sessions (Oauth2)

User Rooms (powered by socket.io)

  • Users can create multiple chat rooms
  • Users can see who is typing

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

  • testing, testing, testing...
  • improve redux implementation
  • Testing
  • Coverage
  • Linting
  • Coveralls support
  • add redis
  • add socketio
  • add authentication
  • OpenShift Deployment guide
  • Heroku Deployment guide
  • Documentation
  • Fix webpack's HMR on server
  • Implement error handling on react components
  • Implement geolocalization
  • Implement styling and theming system
  • Implement layout system for themes
  • Implement extensions system
  • Implement pages system with routing
  • Invalidate reducers
  • More translations
  • Re-structure components and pages
  • Scaling Redis/Socketio
  • Social integration with bell for user accounts

License

MIT

Package Sidebar

Install

npm i hapi-react-starter-kit

Weekly Downloads

7

Version

0.1.6

License

MIT

Last publish

Collaborators

  • dindaleon