| 
				
					
						 | 
			||
|---|---|---|
| docs | ||
| src/public | ||
| .editorconfig | ||
| .gitignore | ||
| .jscsrc | ||
| LICENSE | ||
| README.md | ||
| gulpfile.js | ||
| package.json | ||
		
			
				
				README.md
			
		
		
			
			
		
	
	Rapid RiotJS
A Starter kit
Rapidly prototype your next single-page application, with a zero-build out-of-the-box web-component solution. Need to go beyond the prototype stage, fret not, the tools are in-place to take you to production.
Features
RiotJS3.xWeb Componentsfor reuseable UIEventsfor communicationRoutefor url navigation
- Based on 
HTML5Boilerplate6.x JSCSfor coding styleJasminefor testingGulpfor production buildsRollupto only export the code your using
Getting Started
Why Zero-Build?
SPEED!
A production pipe-line should NOT be in your way while developing...
...however, npm build adds it when you need it
How
Project Structure
Polyfills
Todays "Evergreens" browsers support 99% of ES6, providing a pethra of capabilities, such as import, class, fetch, and promise.  Depending on your desired browser support, you may find a polyfill to suit your needs...
...but such is beyond the scope of this starter kit.