Hapi React Starter Kit with Extensions and Theme systems
Pre-release
Pre-release
We now have the ability to have Themes and Extensions.
Theming System WIP
- Drop in themes
- Drop your theme inside the
Themes
folder and it will just work.
- Drop your theme inside the
- 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.
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.
- Drop your extension inside the
- Examples included
- Counter
- Theme switcher.
v0.1.5
fixes npmjs release.