react-rispa
v0.0.0
Published
Reflux Isomorphic Single Page Application - boilerplate
Downloads
2
Maintainers
Readme
react-rispa
Boilerplate for isomorphic application using react reflux and other awesome tools
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