Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 2.04 KB

README.md

File metadata and controls

43 lines (36 loc) · 2.04 KB

react-rispa

![Gitter](https://badges.gitter.im/Join Chat.svg) Build Status Build Status License Downloads Dependency Status

Boilerplate for isomorphic application using react reflux and other awesome tools Implement github star manager with organize tags.

Instalation

  • Run npm install on base directory
  • Run npm run server strart server on default port 8080
  • Navigate in your favorite browser to http://localhost:8080/ app will reloading when client files changed

Goal

Create bolerplate or template for fast start developing application using ReactJS, Reflux and other

Primary objectives

  • Find sensible approaches to using reactjs with reflux
  • Scalable solutions (both in size and regarding developers)
  • Isomorphic application
  • Tests (unit, integration and functional) for all essential components
  • Build methods
  • Realtime connections
  • File/folder layout

Secondary objectives

  • Load modules on demand
  • SEO
  • Accessibility

Libraries