Skip to content

Latest commit

 

History

History
69 lines (50 loc) · 2.7 KB

README.md

File metadata and controls

69 lines (50 loc) · 2.7 KB

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

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

Inspired by

This repo was inspired by the following projects and their authors

##Features

  • Hapi server framework for Node hapijs
  • React JS Library for user interfaces reactjs v0.14
  • Webpack + React-transform and react-transform-hmr
  • React Router keeps your UI in sync with the URL react-router v1.0.0-rc3
  • React transmit for server side rendering of reactjs react-transmit
  • ES6 and ES7 ready with BabelJs
  • Linting with eslint & jscs
  • Testing with karma, mocha, isparta, webpack, sinon-chai
  • Coverage with karma-coverage

Usage

Clone this repository

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

Install

npm install    

Development server

npm run dev    

Production server

npm run prod

Linting

npm run eslint
npm run jscs

Testing

##Todo Basic

  • add redux
  • Testing
  • Coverage
  • Linting
  • Coveralls support

Advanced

  • add redis
  • add socketio
  • add authentication

License

MIT