Install
Zero setup
You can try the framework right now in the Online Playground
Easy setup
You can start a new project with a template repo:
It's a webpack-based setup with latest Recks and RxJS.
Custom setup
To setup the project yourself, you'll need to install packages
NOTE: To properly handle the JSX elements you need to set up pragma
to use Recks
name. See Babel docs for details.
Then to mount framework in your index.js
Please, refer to template project sources for details.
Last updated